-
Notifications
You must be signed in to change notification settings - Fork 987
Add docker compose v2 (that replace docker-compose v1) #527
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
Comments
This is now supported in the latest Ubuntu based image in CodeBuild https://github.com/aws/aws-codebuild-docker-images/blob/master/ubuntu/standard/6.0/Dockerfile#L340 |
AL2 images will get this support in the next release. |
Hi @subinataws! As indicated in my initial comment, version 2 should be used through Could you fix that ? |
Thanks for highlighting that @xfournet. Team will get that fixed, but don't have any ETA to share. Will keep this open until that new plugin is installed to allow for the new command format. |
@subinataws I think docker compose should also be upgraded to at least 2.13.0. I have opened the below issue for this |
Docker are no longer supporting Reference: https://docs.docker.com/compose/
|
Is there any update on this ? docker-compose is soon to be deprecated. We really need both ubuntu & AL2 images updated with the docker compose plugin. |
Docker compose v2 is installed to the docker-compose executable https://github.com/aws/aws-codebuild-docker-images/blob/master/ubuntu/standard/6.0/Dockerfile#L340. We will update the latest images to install docker compose as a plugin in addition to the current install and thus enable |
Docker compose plugin is supported in ubuntu 7.0 and al2 5.0 #639 |
Thanks @Dylan-AWS . Would be possible to have it also in al2/aarch64/standard/3.0 ? |
+1 👆 |
As announced docker compose plugin v2 is GA and docker-compose is now deprecated.
See https://www.docker.com/blog/announcing-compose-v2-general-availability/
It would be convenient to include docker compose plugin v2 too. docker-compose v1 can be kept in parallel for backward compatibility
(please note that
docker compose
for v2 is different thandocker-compose
for v1)To add docker compose plugin to docker the following commands can be used:
(from https://docs.docker.com/compose/install/#install-compose-on-linux-systems)
The text was updated successfully, but these errors were encountered: