uppy icon indicating copy to clipboard operation
uppy copied to clipboard

Use semver as tag on Docker Hub for Companion

Open maltesa opened this issue 2 years ago • 3 comments

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.

maltesa avatar Apr 20 '22 13:04 maltesa

Indeed we always publish companion to docker hub on any companion change. But it is not done per release.

cc @arturi @mifi

Murderlon avatar Apr 20 '22 14:04 Murderlon

Closing this to keep the issue count maintainable. Feel free to continue the discussion here.

Murderlon avatar Jun 28 '22 13:06 Murderlon

@Murderlon given this recent PR https://github.com/transloadit/uppy/pull/4037 is there any interest in reconsidering this?

jdcalvin avatar Aug 29 '22 19:08 jdcalvin

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.

aduh95 avatar Sep 25 '22 19:09 aduh95