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

Ubuntu 20.03 - Docker CLI /usr/bin/docker has the compose plugin with version 2.3.3; need version 2.18.0 or later #615

Open
apainter2 opened this issue Sep 9, 2024 · 1 comment
Labels

Comments

@apainter2
Copy link

apainter2 commented Sep 9, 2024

When I execute ansible-playbook main.yml, I get the following error, but I am running the following docker and docker compose versions:

Docker version 27.2.1, build 9e34c9b

Docker Compose version v2.3.3

When I run apt-get upgrade docker-compse-plugin, I get
docker-compose-plugin is already the newest version (2.29.2-1~ubuntu.22.04~jammy)

Any ideas how I get docker compose updated, the packages came directly from the docker repo, not ubuntus.

docker-compose-plugin:
  Installed: 2.29.2-1~ubuntu.22.04~jammy
  Candidate: 2.29.2-1~ubuntu.22.04~jammy
  Version table:
 *** 2.29.2-1~ubuntu.22.04~jammy 500
        500 https://download.docker.com/linux/ubuntu jammy/stable amd64 Packages
        100 /var/lib/dpkg/status
TASK [Ensure internet-monitoring environment is running.] *******************************************************************************************************************************************************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Docker CLI /usr/bin/docker has the compose plugin with version 2.3.3; need version 2.18.0 or later"}

PLAY RECAP ******************************************************************************************************************************************************************************************************************************************************************************************************************
127.0.0.1                  : ok=10   changed=1    unreachable=0    failed=1    skipped=8    rescued=0    ignored=0
Copy link

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant