We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d0ec29 + 4ba5e56 commit 5cba0f5Copy full SHA for 5cba0f5
1 file changed
BCI.dockerfile
@@ -5,7 +5,7 @@ ARG EBPF_SUBFOLDER="x86_64"
5
RUN : # No-op command to create an explicit layer - this fixes a weird buildkit/buildx bug on macos arm
6
7
# Temporary build stage image
8
-FROM registry.suse.com/bci/bci-base:15.6 AS chroot-builder
+FROM registry.suse.com/bci/bci-base:latest AS chroot-builder
9
# Install system packages using builder image that has zypper
10
COPY --from=final / /chroot/
11
0 commit comments