Skip to content

Commit

Permalink
Added variable to allow K8s to set EUPS_NJOB
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Sep 13, 2024
1 parent acdbbff commit 4d99de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ ENV SUMMARY="Rubin Observatory base AlmaLinux 9 image for building software" \
DESCRIPTION="This is the base image required for conda, lsstsw, and \
lsstinstall workflows"

ENV EUPS_NJOBS=${EUPS_NJOBS}

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"
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 4d99de2

Please sign in to comment.