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