Skip to content

Commit 69bacc1

Browse files
authored
Merge pull request #42 from alicefr/fix-node-image-reference
Make the bootc image point to the public image
2 parents 26302fd + f98bd92 commit 69bacc1

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)