Skip to content

Commit 401408d

Browse files
committed
Adding user in Dockerfile
1 parent 4808bce commit 401408d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.downstream

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
2424
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
2525
COPY --from=go-builder /opt/app-root/plugin-backend ./
2626

27+
USER 65532:65532
28+
2729
ENTRYPOINT ["./plugin-backend"]
2830

2931
LABEL com.redhat.component="network-observability-console-plugin-container"

0 commit comments

Comments
 (0)