File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ COPY --from=trillian-updatetree /usr/local/bin/updatetree-windows-amd64.exe.gz /
8989COPY --from=tuf-tool /usr/bin/tuftool /var/www/html/clients/linux/tuftool-amd64
9090RUN gzip /var/www/html/clients/linux/tuftool-amd64
9191
92+ COPY LICENSE /licenses/license.txt
93+
9294LABEL \
9395 com.redhat.component="trusted-artifact-signer-serve-cli-container" \
9496 name="rhtas/client-server-rhel9" \
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ COPY --from=build-env /cosign/cosign-linux-ppc64le.gz /usr/local/bin/cosign-linu
4444COPY --from=build-env /cosign/cosign-linux-s390x.gz /usr/local/bin/cosign-linux-s390x.gz
4545COPY --from=build-env /cosign/cosign-linux-amd64.gz /usr/local/bin/cosign-linux-amd64.gz
4646COPY --from=build-env /cosign/cosign /usr/local/bin/cosign
47+ COPY LICENSE /licenses/license.txt
4748
4849RUN chown root:0 /usr/local/bin/cosign && \
4950 chmod g+wx /usr/local/bin/cosign && \
@@ -61,5 +62,7 @@ RUN chgrp -R 0 /${HOME} && chmod -R g=u /${HOME}
6162
6263WORKDIR ${HOME}
6364
65+ USER 65532:65532
66+
6467# Makes sure the container stays running
6568CMD ["tail", "-f", "/dev/null"]
You can’t perform that action at this time.
0 commit comments