Instead of version number why don't use 'latest' it will help writing scripts to install docker-compose with the latest version.
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.
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.