Skip to content

Commit

Permalink
Modernize LABEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jul 2, 2024
1 parent 1055be8 commit e68714d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions base-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ENV SUMMARY="Rubin Observatory base AlmaLinux 9 image for building software" \
DESCRIPTION="This is the base image required for conda, lsstsw, and \
newinstall workflows"

LABEL name="lsstdm/scipipe-base:9" \
version="9" \
summary="$SUMMARY" \
description="$DESCRIPTION" \
io.k8s.description="$DESCRIPTION" \
io.k8s.display-name="Rubin Observatory AlmaLinux 9 container"
LABEL name "lsstdm/scipipe-base:9" \
version "9" \
summary "$SUMMARY" \
description "$DESCRIPTION" \
io.k8s.description "$DESCRIPTION" \
io.k8s.display-name "Rubin Observatory AlmaLinux 9 container"

RUN INSTALL_PKGS="git patch diffutils" && \
yum install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
Expand Down

0 comments on commit e68714d

Please sign in to comment.