Skip to content
New issue

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

Outdated bundled docker compose? #1160

Open
dodinh opened this issue Jan 30, 2025 · 1 comment
Open

Outdated bundled docker compose? #1160

dodinh opened this issue Jan 30, 2025 · 1 comment

Comments

@dodinh
Copy link

dodinh commented Jan 30, 2025

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

@ysangkok
Copy link

Are you sure it's a bundled docker compose? You might have installed it to ~/.docker/cli-plugins/docker-compose yourself.

On my Debian Bullseye system, apt-cache showpkg docker-compose-plugin does show recent versions of Docker Compose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants