Skip to content

Commit

Permalink
Fixing konflux security violations (#723)
Browse files Browse the repository at this point in the history
* Adding user in Dockerfile

* Adding License file
  • Loading branch information
OlivierCazade authored Feb 11, 2025
1 parent 4808bce commit 036700c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1738816775
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
COPY --from=go-builder /opt/app-root/plugin-backend ./

USER 65532:65532

COPY LICENSE /licenses/

ENTRYPOINT ["./plugin-backend"]

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

0 comments on commit 036700c

Please sign in to comment.