Skip to content

Commit d23b00b

Browse files
maia-iyermrsabath
andauthored
Add UBI description (#310)
* Added UBI description Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * Added Alpine to image description Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * Update Dockerfile.backend-container Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Co-authored-by: Mariusz Sabath <mrsabath@gmail.com> * Update Dockerfile.backend-container.ubi Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Co-authored-by: Mariusz Sabath <mrsabath@gmail.com> * Update Dockerfile.frontend-container Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Co-authored-by: Mariusz Sabath <mrsabath@gmail.com> * Update Dockerfile.frontend-container.ubi Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Co-authored-by: Mariusz Sabath <mrsabath@gmail.com> --------- Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Co-authored-by: Mariusz Sabath <mrsabath@gmail.com>
1 parent 8e8070f commit d23b00b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile.backend-container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY bin/tornjak-backend tornjak-backend
1111
# add a version link to the image description
1212
ARG version
1313
ARG 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

Dockerfile.backend-container.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY bin/tornjak-backend tornjak-backend
1111
# add a version link to the image description
1212
ARG version
1313
ARG 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

Dockerfile.frontend-container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
ARG version
2828
ARG 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

Dockerfile.frontend-container.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3333
ARG version
3434
ARG 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

0 commit comments

Comments
 (0)