croc
croc copied to clipboard
Add version/release tags to croc Docker Hub images
Would it be possible to tag the croc Docker Hub images with the version / release number?
Currently only "latest" is available:
This might be fixed by #318, if release tagging is implemented.
Looks like that's not the case yet although releases are now properly tagged on Github. You probably still need to change the pipeline code which sets the docker tags.
Unless you really want to, it's also not really necessary to create a tagged public version on Dockerhub for each commit hash.
imo just keep latest
and release versions.
Tagged, but not necessarily working. The ARM image targets AMD64. The base image for ARM needs to be FROM arm64v8/alpine:latest
The latest
tag points to a 2 year old release and master
is v9.5.6-b7e4a73.
The current release (v5.6.2) isn't published on dockerhub.
I agree with @faandg and would prefer latest and release version (or semver as mentioned in #318), instead of "sha-xxxxxx" for each release.
Stale issue message