Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-node-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion node-images/fedora/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion node-images/fedora/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading