gstreamer1: update to 1.16.0#8818
Conversation
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
I prefer that all the gstreamer packages be placed on this pull request so that CircleCI can test compilation properly. |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
@neheb, this combines all of the GStreamer pull requests with the benefit of permitting a better CI check. I agree this is better, but I had been under the impression the reviewers preferred individual merge requests. I modified my gst1-libav work. I think the "ifneq" change resulted from me missing 2eb46ed, which you committed on the same day I did my work. I am going to have to revert your addition of "--disable-option-parsing" in a5a0a35. This breaks applications because it configures GStreamer to return NULL from gst_init_get_option_group() without initializing the GStreamer system. This will come in another merge request after someone approves this one. |
This needs to be fixed somehow... ping @cotequeiroz |
|
I changed the if statement to seems to work fine on mips64 and PPC. |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
@neheb, I modified the ifneq statement. It looks like the CI system is happy now. |
|
Is there a reason why most optimization is disabled? |
|
Seems good to me. @diizzyy I would guess compile failures on less capable targets. For now I will merge this as gst-libav is curently broken on the buildbots because of my mistake. |
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in #8732 - Make command descriptions consistent by @mat007 in #8739 - Restore missing version commands by @Shikachuu in #8738 - Add step in README to install on linux by @Yopadd in #8755 - log --follow must stop when container get killed by @ndeloof in #8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in #8750 - Pass runtime option to containerCreate by @ndeloof in #8783 - Fix compose down --timeout/-t flag by @debdutdeb in #8788 - Fix network_mode "service:x" by @ulyssessouza in #8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in #8779 - Compose exec cannot process more than 32KB of data by @resios in #8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in #8816 - Fix project settings' options order by @ulyssessouza in #8819 - Update link to Docker Community Slack by @mat007 in #8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in #8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in #8847 - Add support for EnableIPv6 by @ndeloof in #8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in #8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in #8838 - Add support for classic builder by @ulyssessouza in #8818 - Fix typo: netwok -> network by @Mygao in #8789 - Bump compose-go to v1.0.5 by @ulyssessouza in #8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info>
Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was in Python). Features: - Added support for running the plugin as a standalone program. Like docker-compose v1 would behave compute sha256 checksums while releasing Bugfixes: - Allow combination of --status and --services - Fix build cache_from option - Fix compose up on README.md - Make --status a multi-flag - No longer fail when inferred .env is a directory Misc - Stop ticker after use on ttyWriter - Use uname -m for cross platform suffixes - Add note about installing it system-wide - Bump containerd 1.5.5 What's Changed - Fix support for devices by @ndeloof in openwrt#8732 - Make command descriptions consistent by @mat007 in openwrt#8739 - Restore missing version commands by @Shikachuu in openwrt#8738 - Add step in README to install on linux by @Yopadd in openwrt#8755 - log --follow must stop when container get killed by @ndeloof in openwrt#8726 - Fix index out of range on compose.buildContainerMountOptions by @ulyssessouza in openwrt#8750 - Pass runtime option to containerCreate by @ndeloof in openwrt#8783 - Fix compose down --timeout/-t flag by @debdutdeb in openwrt#8788 - Fix network_mode "service:x" by @ulyssessouza in openwrt#8792 - Make service>build>dockerfile a simple filename by @ulyssessouza in openwrt#8779 - Compose exec cannot process more than 32KB of data by @resios in openwrt#8815 - Actually fix Compose exec cannot process more than 32KB of data by @resios in openwrt#8816 - Fix project settings' options order by @ulyssessouza in openwrt#8819 - Update link to Docker Community Slack by @mat007 in openwrt#8824 - Add support for DOCKER_DEFAULT_PLATFORM by @ndeloof in openwrt#8848 - COMPOSE_COMPATIBILITY can be set by .env file by @ndeloof in openwrt#8847 - Add support for EnableIPv6 by @ndeloof in openwrt#8851 - Avoid test flakyness by ordering volumes before checking by @ulyssessouza in openwrt#8858 - Update README.md: typographical edit of "About update..." by @youssefeldakar in openwrt#8838 - Add support for classic builder by @ulyssessouza in openwrt#8818 - Fix typo: netwok -> network by @Mygao in openwrt#8789 - Bump compose-go to v1.0.5 by @ulyssessouza in openwrt#8870 Signed-off-by: Javier Marcet <javier@marcet.info> (cherry picked from commit dc5f272)
Signed-off-by: W. Michael Petullo mike@flyn.org
Maintainer: me
Compile tested: x86_64
Run tested: x86_64
Description: