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 351dd80 + 318b664 commit 6b3bf13Copy full SHA for 6b3bf13
Dockerfile
@@ -28,7 +28,7 @@ COPY Makefile Makefile
28
RUN make compile
29
30
# Create final image from minimal + built binary
31
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-204
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-240
32
WORKDIR /
33
COPY --from=builder /opt/app-root/src/bin/netobserv-agent .
34
USER 65532:65532
0 commit comments