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.
1 parent b6e2b87 commit cd4974fCopy full SHA for cd4974f
Dockerfile
@@ -27,7 +27,7 @@ COPY .mk/ .mk/
27
RUN GOARCH=$TARGETARCH make compile
28
29
# Create final image from minimal + built binary
30
-FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.1
+FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:9.2
31
WORKDIR /
32
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
33
USER 65532:65532
0 commit comments