uppy
uppy copied to clipboard
Use semver as tag on Docker Hub for Companion
I would like to use docker to deploy the latest stable companion. E.g., assuming 3.5.0
is the latest companion version: transloadit/companion:3.5.0
or transloadit/companion:v3.5.0
.
But I can not find any images on dockerhub that are tagged with a semantic version. Assuming that the image tagged with latest
stable image, I ran into some problems with the companion not working as expected, as the latest image is build from the latest commit on the main branch (if I'm correct). I found this pull request (https://github.com/transloadit/uppy/pull/2771/files) that looks like it added proper tags, but they are not pushed to dockerhub.
Indeed we always publish companion to docker hub on any companion change. But it is not done per release.
cc @arturi @mifi
Closing this to keep the issue count maintainable. Feel free to continue the discussion here.
@Murderlon given this recent PR https://github.com/transloadit/uppy/pull/4037 is there any interest in reconsidering this?
Hello, this is done: https://hub.docker.com/r/transloadit/companion/tags
Let us know if you think we can still improve our release process, or if you see something else missing.