python-xmltodict: add a new package#8738
Conversation
|
@commodo: Could you take a look if it is OK? :-) |
|
rest looks good; one question before merging; i.e. whether it's related to this comment: #8741 (comment) |
|
For now, I think the package should be named python3-xmltodict as it is only Python3 package which is the same as in Debian. But it's question if the folder should be named as well as python[3]-xmltodict or just xmltodict. |
a0de00c to
e31c752
Compare
|
I'd like to mention some background info first:
I'm not sure if these dependencies ( I think we can be reasonably sure a Python library name is unique only among Python libraries (more specifically, ones available in PyPI). For example, there is only one xmltodict Python library, but there could also be a xmltodict Node library or a xmltodict PHP library. So wherever a Python library name is used globally, I think we should scope it with a By this reasoning, because (Binary package names ( I'd be interested to hear any other reasons for or against the prefix; I don't have any strong feelings either way. (Actually, I would prefer to lose the prefix for directory names, since all Python libraries are in the |
|
hmm; i thought I replied on this earlier; let's propose this:
i'll check if it's thoughts ? strictly speaking for this PR, I'm fine for merging it as-is; Thanks |
|
@commodo I'm okay with that 👍 😂 |
0215e5d to
1aa9a78
Compare
|
The folder should be named exactly the same as it is in PKG_NAME to be more consistent with other packages in OpenWrt. However, it's a question for xmltodict. If I set PKG_NAME as python-xmltodict, I will need to override PKG_BUILD_DIR to look for folder xmltodict instead of python-xmltodict. |
Yep, I know. It is annoying. Python has had too many PKG_BUILD_DIR & PKG_UNPACK rules because of this. |
I am also fine to have the folder be named hmm; i still did not find time today to test this; |
|
I have a core PR open that is semi-related to this: openwrt/openwrt#1920 (seems no one is interested in it though 😂) I wanted to get rid of the PKG_BUILD_DIR / PKG_UNPACK rules for variants by standardizing what core packages (that have variants) were already doing on a per-package basis: adding an extra directory level, basically: so the default PKG_UNPACK rule still works (the base directory name is still I know this doesn't immediately help in this case ( |
|
so, it seems that it is regarding this PR, it is fine as is; so, it can be merged ; sorry for the delay maybe at a later point we could change the build-system [in a graceful manner] to do thanks :) |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
sorry for prolonging this longer than needed; LGTM thanks |
|
No need to worry about it. I'm just waiting to buildpr to finish its job (of course with pass) as I don't want to merge anything while it is in progress. |
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)
Maintainer: me (@BKPepe)
Compile tested: Turris MOX, cortexa53, OpenWrt master and Turris Omnia, mvebu, OpenWrt SNAPSHOT r9420-c17a68c
Run tested: Turris MOX, cortexa53, OpenWrt master and Turris Omnia, mvebu, OpenWrt SNAPSHOT r9420-c17a68c
Proof of run tested:

Description: