Skip to content

Commit

Permalink
Added Label to link images to the repository
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr committed Sep 20, 2021
1 parent e493091 commit 3595c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile.jre8
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ARG RELEASE_PAGE="https://github.com/carbynestack/base-images/releases"
LABEL maintainer="https://carbynestack.io"
LABEL description="${DESCRIPTION}"
LABEL 3rd-party-disclosure="${RELEASE_PAGE}/download/${VERSION}/${ARTIFACT_NAME}_${ARTIFACT_TAG}-3rd-party-disclosure.zip"
LABEL org.opencontainers.image.source="https://github.com/carbynestack/base-images"

RUN set -uex \
&& umask 0027 \
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.spdz
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ENV GROUP_ID=1000 \
LABEL maintainer="https://carbynestack.io"
LABEL description="${DESCRIPTION}"
LABEL 3rd-party-disclosure="${RELEASE_PAGE}/download/${VERSION}/${ARTIFACT_NAME}_${ARTIFACT_TAG}-3rd-party-disclosure.zip"
LABEL org.opencontainers.image.source="https://github.com/carbynestack/base-images"

WORKDIR /

Expand Down Expand Up @@ -73,8 +74,6 @@ RUN apt-get remove automake build-essential git libboost-dev libboost-thread-dev
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

ADD additional-components/spdz-base /3RD-PARTY-LICENSES

RUN mkdir -p /3RD-PARTY-LICENSES \
&& printf "# Third-Party Disclosure Information\n\
Please find details on third party software components and their licenses \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ubuntu_nonroot
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ENV GROUP_ID=1000 \
LABEL maintainer="https://carbynestack.io"
LABEL description="${DESCRIPTION}"
LABEL 3rd-party-disclosure="${RELEASE_PAGE}/download/${VERSION}/${ARTIFACT_NAME}_${ARTIFACT_TAG}-3rd-party-disclosure.zip"
LABEL org.opencontainers.image.source="https://github.com/carbynestack/base-images"

RUN set -uex \
&& umask 0027 \
Expand Down

0 comments on commit 3595c54

Please sign in to comment.