File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY bin/tornjak-backend tornjak-backend
1111# add a version link to the image description
1212ARG version
1313ARG github_sha
14- LABEL org.opencontainers.image.description="Tornjak backend ($version): https://github.com/spiffe/tornjak/releases/tag/$version" \
14+ LABEL org.opencontainers.image.description="Tornjak backend ($version) Alpine based image : https://github.com/spiffe/tornjak/releases/tag/$version" \
1515 org.opencontainers.image.source="https://github.com/spiffe/tornjak" \
1616 org.opencontainers.image.documentation="https://github.com/spiffe/tornjak/tree/main/docs"
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY bin/tornjak-backend tornjak-backend
1111# add a version link to the image description
1212ARG version
1313ARG github_sha
14- LABEL org.opencontainers.image.description="Tornjak backend ($version): https://github.com/spiffe/tornjak/releases/tag/$version" \
14+ LABEL org.opencontainers.image.description="Tornjak backend ($version) UBI based image : https://github.com/spiffe/tornjak/releases/tag/$version" \
1515 org.opencontainers.image.source="https://github.com/spiffe/tornjak" \
1616 org.opencontainers.image.documentation="https://github.com/spiffe/tornjak/tree/main/docs"
1717# replace UBI labels
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENTRYPOINT npx react-inject-env set -n tmp/env.js && serve -s build -p $PORT_FE
2626# add a version link to the image description
2727ARG version
2828ARG github_sha
29- LABEL org.opencontainers.image.description="Tornjak frontend ($version): https://github.com/spiffe/tornjak/releases/tag/$version" \
29+ LABEL org.opencontainers.image.description="Tornjak frontend ($version) Alpine based image : https://github.com/spiffe/tornjak/releases/tag/$version" \
3030 org.opencontainers.image.source="https://github.com/spiffe/tornjak" \
3131 org.opencontainers.image.documentation="https://github.com/spiffe/tornjak/tree/main/docs"
3232# additional labels
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENTRYPOINT npx react-inject-env set -n tmp/env.js && serve -s build -p $PORT_FE
3232# add a version link to the image description
3333ARG version
3434ARG github_sha
35- LABEL org.opencontainers.image.description="Tornjak frontend ($version): https://github.com/spiffe/tornjak/releases/tag/$version" \
35+ LABEL org.opencontainers.image.description="Tornjak frontend ($version) UBI based Image : https://github.com/spiffe/tornjak/releases/tag/$version" \
3636 org.opencontainers.image.source="https://github.com/spiffe/tornjak" \
3737 org.opencontainers.image.documentation="https://github.com/spiffe/tornjak/tree/main/docs"
3838# replace UBI labels
You can’t perform that action at this time.
0 commit comments