Skip to content
Snippets Groups Projects
Unverified Commit 6b3bf137 authored by Joel Takvorian's avatar Joel Takvorian Committed by GitHub
Browse files

Merge pull request #12 from jotak/upgrade-base-image

NETOBSERV-218 upgrade base image
parents 351dd804 318b664b
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ COPY Makefile Makefile ...@@ -28,7 +28,7 @@ COPY Makefile Makefile
RUN make compile RUN make compile
# Create final image from minimal + built binary # Create final image from minimal + built binary
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-204 FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5-240
WORKDIR / WORKDIR /
COPY --from=builder /opt/app-root/src/bin/netobserv-agent . COPY --from=builder /opt/app-root/src/bin/netobserv-agent .
USER 65532:65532 USER 65532:65532
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment