Skip to content

Commit 83dc6ad

Browse files
authored
Update node image build and push references to bootc-dev/bink (#67)
Update CI workflow, Containerfile, and Makefile. Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Alice Frosi <afrosi@redhat.com>
1 parent 5f0d534 commit 83dc6ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-node-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
type: boolean
1818

1919
env:
20-
PUSH_REGISTRY: ghcr.io/alicefr/bink
20+
PUSH_REGISTRY: ghcr.io/bootc-dev/bink
2121
PUSH_IMAGE: node
2222

2323
jobs:

node-images/fedora/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/fedora/fedora-bootc:44 AS builder
22

33
ARG 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
66
ARG KERNEL_VERSION=6.19.14-300.fc44
77
RUN /usr/libexec/bootc-base-imagectl build-rootfs \
88
--manifest=minimal \

node-images/fedora/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BUILD_MEMORY ?= 4G
77
BCVK_EXTRA_ARGS ?=
88

99
IMAGE_TAG ?= v$(KUBE_MINOR)-fedora-$(FEDORA_VERSION)
10-
REGISTRY ?= ghcr.io/alicefr/bink
10+
REGISTRY ?= ghcr.io/bootc-dev/bink
1111
BOOTC_IMAGE ?= $(REGISTRY)/node:$(IMAGE_TAG)
1212
NODE_IMAGE ?= $(REGISTRY)/node:$(IMAGE_TAG)-disk
1313
NODE_IMAGE_COMPOSEFS ?= $(REGISTRY)/node:$(IMAGE_TAG)-disk-composefs

0 commit comments

Comments
 (0)