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 901ee03 commit b6af8cdCopy full SHA for b6af8cd
Dockerfile
@@ -20,7 +20,7 @@ COPY Makefile Makefile
20
RUN make compile
21
22
# Create final image from minimal + built binary
23
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
24
WORKDIR /
25
COPY --from=builder /opt/app-root/bin/netobserv-ebpf-agent .
26
USER 65532:65532
0 commit comments