From f98bd92c65207952ee2aafed6d7d1e4e8a36d09f Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 3 Jun 2026 13:58:11 +0200 Subject: [PATCH] Make the bootc image point to the public image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tag the image with the public registry. In this way, the image embedded in the bootc disk image now points to: bootc status ● Booted image: ghcr.io/alicefr/bink/bink-node:v1.35-fedora-44 Digest: sha256:b1dd0021b320fd9220749c43faee982c83592af501b2b74d5e87607ec77dbe39 (amd64) Timestamp: 2026-06-03T11:47:46Z Signed-off-by: Alice Frosi --- node-images/fedora/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/node-images/fedora/Makefile b/node-images/fedora/Makefile index 6fd9962..17e113b 100644 --- a/node-images/fedora/Makefile +++ b/node-images/fedora/Makefile @@ -6,8 +6,9 @@ DISK_SIZE ?= 10G BUILD_MEMORY ?= 4G IMAGE_TAG ?= v$(KUBE_MINOR)-fedora-$(FEDORA_VERSION) -BOOTC_IMAGE ?= localhost/bink-node:$(IMAGE_TAG) -NODE_IMAGE ?= localhost/bink-node:$(IMAGE_TAG)-disk +REGISTRY ?= ghcr.io/alicefr/bink +BOOTC_IMAGE ?= $(REGISTRY)/bink-node:$(IMAGE_TAG) +NODE_IMAGE ?= $(REGISTRY)/bink-node:$(IMAGE_TAG)-disk # Build the OCI bootc image (k8s + cri-o) build-bootc-image: