Skip to main content

max / alloy

Move the dead Fedora base pins Third death, and the tree could not build an image at all: both pinned digests were gone from quay again, so a cold container store had nothing to pull. Trying to pull quay.io/fedora/fedora@sha256:9aae5331... Error: creating build container: ... manifest unknown Moved with build/refresh-base-digests.sh, which is the supported way. Everything rebuilds from scratch, and a server-profile image was built from these pins to prove it: 3.4 GB, clean. This is the stopgap, not the fix. The pin that just died was itself written after the last death on 2026-08-06, so a digest pin against quay has an observed lifetime of days and is a tag pin with extra steps. The fix is the mirror ruled on 2026-08-09, GO alloy ebf30337.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-25 23:57 UTC
Signed with PGP, not checked
Commit: d8cd315004f4c4228256cb2cc6788a9bc05f57a0
Parent: b46d0e7
1 file changed, +2 insertions, -2 deletions
M Containerfile +2 -2
@@ -42,7 +42,7 @@
42 42 #
43 43 # To move it: build/refresh-base-digests.sh, which resolves the tags and
44 44 # rewrites these two lines. Do that deliberately, not as drive-by maintenance.
45 - FROM quay.io/fedora/fedora:43@sha256:9aae5331ed58d17601de34fec14e061afe7cdd3991be5da4558eb38defdd0e76 AS rust-build
45 + FROM quay.io/fedora/fedora:43@sha256:4432141107de445eae7bcb3b5b9d29d39136109cff407bcaf517109c84f789ef AS rust-build
46 46
47 47 # No python3 any more. It was here for tools/vtrgb.py, which rendered the
48 48 # greeter's console palette; skelgen emits that table now, along with the rest
@@ -692,7 +692,7 @@
692 692 # Digest-pinned for the same reason as the build stage above, and it matters
693 693 # more here: this one is the operating system. See that comment for why the
694 694 # tag is kept beside the digest and why it is the multi-arch index.
695 - FROM quay.io/fedora/fedora-bootc:43@sha256:96bf9106876a7bdc60b4823ac4562bafa2eb892cac8d64b05d4a05d3fd0288b0
695 + FROM quay.io/fedora/fedora-bootc:43@sha256:c1133226662ce7f79c2398bf6f86047ff37fd82e843dee4d5f9cb8f3dbb58c8d
696 696
697 697 # =====================================================================
698 698 # The profile: client or server.