Skip to content

Commit 7ae4c0e

Browse files
node-images: enable rhcontainerbot/bootc COPR repo
Enable the rhcontainerbot/bootc COPR repo before building the rootfs so that the composefs imageDigest fix from bootc-dev/bootc#2277 gets picked up once it merges and COPR builds resume. Signed-off-by: HarshwardhanPatil07 <harshpat@redhat.com>
1 parent 61899a6 commit 7ae4c0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

node-images/fedora/Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ARG KUBE_MINOR=1.35
44
# Pin kernel to 6.19.x to work around a kernel 7.0 regression.
55
# https://github.com/bootc-dev/bink/issues/52
66
ARG KERNEL_VERSION=6.19.14-300.fc44
7+
RUN dnf -y install 'dnf5-command(copr)' && \
8+
dnf -y copr enable rhcontainerbot/bootc fedora-44-x86_64
79
RUN /usr/libexec/bootc-base-imagectl build-rootfs \
810
--manifest=minimal \
911
--no-docs \

0 commit comments

Comments
 (0)