Skip to content

publish images for compose v2 to dockerhub #8871

@emeryao

Description

@emeryao

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 -d

It'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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions