Skip to content

Commit

Permalink
Add labels to other images
Browse files Browse the repository at this point in the history
  • Loading branch information
boltonidze committed Jul 10, 2023
1 parent 66e60b3 commit 8e1938d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ ENTRYPOINT [ "/opt/entrypoint.sh" ]

# Specify the User that the actual main process will run as
USER ${spark_uid}

LABEL com.joom.retention.maxCount=3
LABEL com.joom.retention.maxCountGroup=develop
LABEL com.joom.retention.pullProtectDays=90
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ ENTRYPOINT [ "/opt/entrypoint.sh" ]
# Specify the User that the actual main process will run as
ARG spark_uid=185
USER ${spark_uid}

LABEL com.joom.retention.maxCount=3
LABEL com.joom.retention.maxCountGroup=develop
LABEL com.joom.retention.pullProtectDays=90

0 comments on commit 8e1938d

Please sign in to comment.