Skip to content

Commit 6397401

Browse files
committed
NETOBSERV-2150: add license to downstream container
1 parent 518e1fd commit 6397401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.downstream

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1739420147
2424

2525
COPY --from=web-builder /opt/app-root/web/dist ./web/dist
2626
COPY --from=go-builder /opt/app-root/plugin-backend ./
27+
COPY LICENSE ./
2728

2829
ENTRYPOINT ["./plugin-backend"]
2930

@@ -36,5 +37,5 @@ LABEL maintainer="[email protected]"
3637
LABEL io.openshift.tags="network-observability-console-plugin"
3738
LABEL upstream-vcs-ref="$COMMIT"
3839
LABEL upstream-vcs-type="git"
39-
LABEL description="Based on Openshift Console dynamic plugin, this plugin implement the console elements for Network Observability."
40+
LABEL description="Network Observability visualization tool for the OpenShift Console."
4041
LABEL version="1.9.0"

0 commit comments

Comments
 (0)