Currently, all docker images are just tagged with the commit hash. I'm using renovate to update my docker images and it doesn't play nice with commit hash versions. Because SemVer is already used for full releases, I was wondering if the docker images of those releases could also be tagged with SemVer, to make updating easier.
Currently, all docker images are just tagged with the commit hash. I'm using renovate to update my docker images and it doesn't play nice with commit hash versions. Because SemVer is already used for full releases, I was wondering if the docker images of those releases could also be tagged with SemVer, to make updating easier.