Compose: Instead of version number why don't use 'latest' it will help writing scripts to install docker-compose with the latest version, in releases tab.

Created on 25 May 2018  路  3Comments  路  Source: docker/compose

Instead of version number why don't use 'latest' it will help writing scripts to install docker-compose with the latest version.

Most helpful comment

@shin- The run.sh cannot be used as a base image in, for example, a GitLab CI pipeline.

Downloading and using the run.sh from within another image is inadequate as the URL becomes copy/paste voodoo.

All 3 comments

If you're talking about the docker/compose image on Hub, it's meant to be exclusively used through the run.sh script, which is versioned.

We currently have no plans to add a latest tag.

I am talking about the releases tab.

@shin- The run.sh cannot be used as a base image in, for example, a GitLab CI pipeline.

Downloading and using the run.sh from within another image is inadequate as the URL becomes copy/paste voodoo.

Was this page helpful?
0 / 5 - 0 ratings