Hi,
The release announcements for Gerrit 3.12.1 and 3.12.2 mention Docker tags 3.12.1-ubuntu24 and 3.12.2-ubuntu24. However, these tags don’t seem to exist on Docker Hub.
What I tried (from a clean environment):
skopeo inspect docker://docker.io/gerritcodereview/gerrit:3.12.2-ubuntu24 >/dev/null && echo "3.12.2-ubuntu24 OK" || echo "3.12.2-ubuntu24 MISSING"
# FATA[...] manifest unknown
# 3.12.2-ubuntu24 MISSING
skopeo inspect docker://docker.io/gerritcodereview/gerrit:3.12.1-ubuntu24 >/dev/null && echo "3.12.1-ubuntu24 OK" || echo "3.12.1-ubuntu24 MISSING"
# FATA[...] manifest unknown
# 3.12.1-ubuntu24 MISSING
Other variants do work for us (e.g., 3.12.2 and 3.12.2-almalinux9), so it looks specific to the -ubuntu24 tags.
Could you confirm whether the ubuntu24 variants were pushed, or advise the correct tag names if they were renamed/rolled into another tag?
Thanks!
Ziqi
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/6897db92-e77f-42ea-acb5-cf19fd090330n%40googlegroups.com.