We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26302fd + f98bd92 commit 69bacc1Copy full SHA for 69bacc1
1 file changed
node-images/fedora/Makefile
@@ -6,8 +6,9 @@ DISK_SIZE ?= 10G
6
BUILD_MEMORY ?= 4G
7
8
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
+REGISTRY ?= ghcr.io/alicefr/bink
+BOOTC_IMAGE ?= $(REGISTRY)/bink-node:$(IMAGE_TAG)
11
+NODE_IMAGE ?= $(REGISTRY)/bink-node:$(IMAGE_TAG)-disk
12
13
# Build the OCI bootc image (k8s + cri-o)
14
build-bootc-image:
0 commit comments