From 6371e75ef92820fcc5c826f4d40bf1ab71a4e217 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 19 Apr 2026 16:29:20 +0000 Subject: [PATCH] =?UTF-8?q?[ci]=20Rebuild=20infra-ci=20image=20=E2=80=94?= =?UTF-8?q?=20registry=20index=20referenced=20missing=20blobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The infra-ci :latest (and :5319f03e) tags in the private registry resolved to an OCI image index (sha256:7235cba7...) whose referenced amd64 manifest (98f718c8) and attestation (27d5ab83) blobs returned 404 — either never uploaded or garbage-collected. Every pipeline since P366 exited 126 on image pull. This comment-only Dockerfile change triggers build-ci-image.yml's path filter, which rebuilds + pushes a fresh image. Co-Authored-By: Claude Opus 4.7 (1M context) --- ci/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/Dockerfile b/ci/Dockerfile index aefc8407..ea534d6e 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,5 +1,7 @@ FROM alpine:3.20 +# Rebuild 2026-04-19 — previous :latest index referenced missing blobs (404 on 98f718c8 / 27d5ab83) + # Pin versions to match CI requirements ARG TERRAFORM_VERSION=1.5.7 ARG TERRAGRUNT_VERSION=0.99.4