We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apologies if this is the wrong repo.
I have installed docker-ce on Linux Mint 22:
$ apt list --installed | grep docker docker-buildx-plugin/noble,now 0.20.0-1~ubuntu.24.04~noble amd64 [installed] docker-ce-cli/noble,now 5:27.5.1-1~ubuntu.24.04~noble amd64 [installed] docker-ce-rootless-extras/noble,now 5:27.5.1-1~ubuntu.24.04~noble amd64 [installed] docker-ce/noble,now 5:27.5.1-1~ubuntu.24.04~noble amd64 [installed] docker-desktop/now 4.12.0-85629 amd64 [installed,local] docker-scan-plugin/now 0.23.0~ubuntu-jammy amd64 [installed,local] python3-docker/noble-updates,noble-updates,now 5.0.3-1ubuntu1.1 all [installed,automatic]
However, the bundled "docker compose" seems out-of-date:
$ docker compose version Docker Compose version v2.10.2
I had expected >= v2.32.2, due to https://docs.docker.com/engine/release-notes/27/#2750
The text was updated successfully, but these errors were encountered:
Are you sure it's a bundled docker compose? You might have installed it to ~/.docker/cli-plugins/docker-compose yourself.
~/.docker/cli-plugins/docker-compose
On my Debian Bullseye system, apt-cache showpkg docker-compose-plugin does show recent versions of Docker Compose.
apt-cache showpkg docker-compose-plugin
Sorry, something went wrong.
No branches or pull requests
Apologies if this is the wrong repo.
I have installed docker-ce on Linux Mint 22:
However, the bundled "docker compose" seems out-of-date:
I had expected >= v2.32.2, due to https://docs.docker.com/engine/release-notes/27/#2750
The text was updated successfully, but these errors were encountered: