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 901ee03 + b6af8cd commit bfba2a1Copy full SHA for bfba2a1
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