]> Git Repo - buildroot-mgba.git/commit - DEVELOPERS
package/docker-compose: bump to version 2.10.0
authorChristian Stewart <[email protected]>
Sun, 4 Sep 2022 19:10:10 +0000 (12:10 -0700)
committerYann E. MORIN <[email protected]>
Tue, 6 Sep 2022 08:08:54 +0000 (10:08 +0200)
commitc33628124313f63237758408f7f891f35953acc1
tree9d08eebc48089dba814a6fe0376a13831e35c4e8
parent1ea9c7d7816d5c49e60e5900609cc20d74b65309
package/docker-compose: bump to version 2.10.0

Docker Compose v2 is no longer a standalone component, but is now a
plugin loaded by docker-cli.

As such, it should not be installed in /usr/bin, but in the directory
where docker-cli loads its plugins from.

Additionally, we consequently make docker-compose depend on docker-cli;
indeed, it does not really make sense to present a plugin unless the
component it attaches to is already enabled [0].

License hash changed due to strictly copying the license text template,
without customisation to the year and copyright owner.

[0] the original submission by Christian would use a select, to keep
existing config, but that's not sensible, as we already have some
packages that are plugins and that use depends-on, like nginx plugins.
For consistency and as it semantically makes sense, we use a depends-on
here too.

Signed-off-by: Christian Stewart <[email protected]>
[[email protected]:
  - don't select docker-cli, but depends-on it; explain it in commit log
  - explain why we override the install commands
  - explain change in license file hash
]
Signed-off-by: Yann E. MORIN <[email protected]>
DEVELOPERS
package/docker-compose/0001-Strip-up-generic-versions-and-bump-requests.patch [deleted file]
package/docker-compose/0002-Bump-texttable-from-0.9.1-to-1.6.2.patch [deleted file]
package/docker-compose/0003-support-PyYAML-up-to-5.1-version.patch [deleted file]
package/docker-compose/Config.in
package/docker-compose/docker-compose.hash
package/docker-compose/docker-compose.mk
This page took 0.03803 seconds and 4 git commands to generate.