File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 type : boolean
1818
1919env :
20- PUSH_REGISTRY : ghcr.io/alicefr /bink
20+ PUSH_REGISTRY : ghcr.io/bootc-dev /bink
2121 PUSH_IMAGE : node
2222
2323jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM quay.io/fedora/fedora-bootc:44 AS builder
22
33ARG KUBE_MINOR=1.35
44# Pin kernel to 6.19.x to work around a kernel 7.0 regression.
5- # https://github.com/alicefr /bink/issues/52
5+ # https://github.com/bootc-dev /bink/issues/52
66ARG KERNEL_VERSION=6.19.14-300.fc44
77RUN /usr/libexec/bootc-base-imagectl build-rootfs \
88 --manifest=minimal \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BUILD_MEMORY ?= 4G
77BCVK_EXTRA_ARGS ?=
88
99IMAGE_TAG ?= v$(KUBE_MINOR ) -fedora-$(FEDORA_VERSION )
10- REGISTRY ?= ghcr.io/alicefr /bink
10+ REGISTRY ?= ghcr.io/bootc-dev /bink
1111BOOTC_IMAGE ?= $(REGISTRY ) /node:$(IMAGE_TAG )
1212NODE_IMAGE ?= $(REGISTRY ) /node:$(IMAGE_TAG ) -disk
1313NODE_IMAGE_COMPOSEFS ?= $(REGISTRY ) /node:$(IMAGE_TAG ) -disk-composefs
You can’t perform that action at this time.
0 commit comments