Move the fedora:43 pin, dead two days after the last move
Third death in a week. 08578ea moved both pins on 2026-08-10 after they
went dead in two days; the fedora:43 digest set there was gone from quay
by today, so a cold container store could not build the image at all.
fedora-bootc:43 is still current and unchanged.
refresh-base-digests.sh --check is the thing that named it DEAD rather
than MOVED, which is the distinction worth having: MOVED is a decision,
DEAD is the whole install path broken, since Alloy publishes nothing and
the install story is build-it-yourself.
The cadence is now the finding. Every pin has expired within days of
being set, so pinning against quay is not reproducibility, it is a
countdown. That is GO alloy ebf30337, where the decision to mirror the
bases somewhere we control is already made and unimplemented.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-1 deletion
| 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:ee2a496ffd34c4cab2fe8a2216686a11f604a58890050c59b31df992b05207f0 AS rust-build
|
|
45 |
+ |
FROM quay.io/fedora/fedora:43@sha256:b30665b229712d9c675ca3ca1ad904cac628840eda96dd85048d63c708a6d170 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
|