croc icon indicating copy to clipboard operation
croc copied to clipboard

Add version/release tags to croc Docker Hub images

Open jyundt opened this issue 4 years ago • 4 comments

Would it be possible to tag the croc Docker Hub images with the version / release number?

Currently only "latest" is available:

image

jyundt avatar Sep 05 '20 14:09 jyundt

This might be fixed by #318, if release tagging is implemented.

Spaceface16518 avatar Jan 22 '21 06:01 Spaceface16518

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.

faandg avatar Feb 12 '22 17:02 faandg

Tagged, but not necessarily working. The ARM image targets AMD64. The base image for ARM needs to be FROM arm64v8/alpine:latest

brokosz avatar Jan 16 '23 19:01 brokosz

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.

Ole-NM avatar Feb 16 '23 13:02 Ole-NM

Stale issue message

github-actions[bot] avatar Mar 30 '24 12:03 github-actions[bot]