From b11dd566ad59db7fbf7b972b16096cb78af58bb9 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 23 Jun 2026 06:34:18 +0000 Subject: [PATCH] Update node image build and push references to bootc-dev/bink Update CI workflow, Containerfile, and Makefile. Assisted-by: Claude Opus 4.6 (1M context) Signed-off-by: Alice Frosi --- .github/workflows/build-node-image.yaml | 2 +- node-images/fedora/Containerfile | 2 +- node-images/fedora/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-node-image.yaml b/.github/workflows/build-node-image.yaml index af9835a..03a6fcf 100644 --- a/.github/workflows/build-node-image.yaml +++ b/.github/workflows/build-node-image.yaml @@ -17,7 +17,7 @@ on: type: boolean env: - PUSH_REGISTRY: ghcr.io/alicefr/bink + PUSH_REGISTRY: ghcr.io/bootc-dev/bink PUSH_IMAGE: node jobs: diff --git a/node-images/fedora/Containerfile b/node-images/fedora/Containerfile index 768014a..7a695f8 100644 --- a/node-images/fedora/Containerfile +++ b/node-images/fedora/Containerfile @@ -2,7 +2,7 @@ FROM quay.io/fedora/fedora-bootc:44 AS builder ARG KUBE_MINOR=1.35 # Pin kernel to 6.19.x to work around a kernel 7.0 regression. -# https://github.com/alicefr/bink/issues/52 +# https://github.com/bootc-dev/bink/issues/52 ARG KERNEL_VERSION=6.19.14-300.fc44 RUN /usr/libexec/bootc-base-imagectl build-rootfs \ --manifest=minimal \ diff --git a/node-images/fedora/Makefile b/node-images/fedora/Makefile index 118dcb8..ffc07ce 100644 --- a/node-images/fedora/Makefile +++ b/node-images/fedora/Makefile @@ -7,7 +7,7 @@ BUILD_MEMORY ?= 4G BCVK_EXTRA_ARGS ?= IMAGE_TAG ?= v$(KUBE_MINOR)-fedora-$(FEDORA_VERSION) -REGISTRY ?= ghcr.io/alicefr/bink +REGISTRY ?= ghcr.io/bootc-dev/bink BOOTC_IMAGE ?= $(REGISTRY)/node:$(IMAGE_TAG) NODE_IMAGE ?= $(REGISTRY)/node:$(IMAGE_TAG)-disk NODE_IMAGE_COMPOSEFS ?= $(REGISTRY)/node:$(IMAGE_TAG)-disk-composefs