ci: refresh dead skopeo image pin in release mirrors - #107
Merged
Conversation
The pinned quay.io/skopeo/stable@sha256:c7d3c51... digest is 404 on quay.io (garbage-collected), so both release-image mirror steps (Forgejo rollback registry and old GHCR namespace) failed with exit 125 on v1.4.6 and would break every future release. Repin to skopeo/stable:v1.19 (sha256:77e6c890...), verified pullable by digest. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NcRDAbyqhY88qnQBaMtue8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The pinned
quay.io/skopeo/stable@sha256:c7d3c51…digest is 404 on quay.io (garbage-collected). Bothrelease-imagemirror steps — the Forgejo rollback registry and the old GHCR namespace — run skopeo from that image and failed withmanifest unknown/ exit 125 on the v1.4.6 release, and would break every future release.Fix
Repin both
SKOPEO_IMAGEoccurrences toquay.io/skopeo/stable:v1.19@sha256:77e6c890…, verified pullable by digest (re-GET returns 200).Context
v1.4.6's primary distribution succeeded and is live (GHCR multi-arch image + GitHub Release with assets); only the two rollback mirrors were skipped. Whether to backfill v1.4.6 into those mirrors is tracked separately (WI-27) — this PR just stops the bleeding for future releases.
🤖 Generated with Claude Code