Skip to content

Commit f98bd92

Browse files
committed
Make the bootc image point to the public image
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 <afrosi@redhat.com>
1 parent e476d9b commit f98bd92

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

node-images/fedora/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ DISK_SIZE ?= 10G
66
BUILD_MEMORY ?= 4G
77

88
IMAGE_TAG ?= v$(KUBE_MINOR)-fedora-$(FEDORA_VERSION)
9-
BOOTC_IMAGE ?= localhost/bink-node:$(IMAGE_TAG)
10-
NODE_IMAGE ?= localhost/bink-node:$(IMAGE_TAG)-disk
9+
REGISTRY ?= ghcr.io/alicefr/bink
10+
BOOTC_IMAGE ?= $(REGISTRY)/bink-node:$(IMAGE_TAG)
11+
NODE_IMAGE ?= $(REGISTRY)/bink-node:$(IMAGE_TAG)-disk
1112

1213
# Build the OCI bootc image (k8s + cri-o)
1314
build-bootc-image:

0 commit comments

Comments
 (0)