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 0bda6f0 commit b0bf764Copy full SHA for b0bf764
Dockerfile.downstream
@@ -24,6 +24,10 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
24
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
25
COPY --from=go-builder /opt/app-root/plugin-backend ./
26
27
+USER 65532:65532
28
+
29
+COPY LICENSE /licenses/
30
31
ENTRYPOINT ["./plugin-backend"]
32
33
LABEL com.redhat.component="network-observability-console-plugin-container"
0 commit comments