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 8584198 commit ab94680Copy full SHA for ab94680
Dockerfile.downstream
@@ -25,6 +25,8 @@ COPY --from=web-builder /opt/app-root/web/dist ./web/dist
25
COPY --from=go-builder /opt/app-root/plugin-backend ./
26
COPY LICENSE /licenses/
27
28
+USER 65532:65532
29
+
30
ENTRYPOINT ["./plugin-backend"]
31
32
LABEL com.redhat.component="network-observability-console-plugin-container"
0 commit comments