-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
the image on docker hub is still at v1.29.2
could we publish the latest v2 images to dockerhub ?
It's more convenient for me to use the docker/compose image to run compose commands than downloading the compose binaries and it's also easier to keep updated with the latest docker compose version
For example I use the compose image to deploy a compose-yml
$ docker container run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $PWD/compose.yml:/srv/compose.yml \
docker/compose:1.29.2 \
-f /srv/compose.yml up -dIt's so convenient that there is no need to find and download the latest binary of docker-compose and deploy it to the local machine and it's so easy to keep updated by just updating the image version
mjbogusz, johnthagen, Marcelotsvaz, tadamo, jinlinux and 9 more
Metadata
Metadata
Assignees
Labels
No labels