Skip to content

Commit

Permalink
Allow specifying cvmfsexec branch via the build arg CVMFSEXEC_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed May 11, 2023
1 parent a0ca147 commit 23aa8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ RUN if [[ $BASE_YUM_REPO = release ]]; then \
# Workaround for https://opensciencegrid.atlassian.net/browse/HTCONDOR-1574
RUN mkdir -p /usr/libexec/condor/singularity_test_sandbox/proc

ARG CVMFSEXEC_BRANCH=master
RUN git clone https://github.com/cvmfs/cvmfsexec /cvmfsexec \
&& cd /cvmfsexec \
&& git checkout $CVMFSEXEC_BRANCH \
&& ./makedist osg \
# /cvmfs-cache and /cvmfs-logs is where the cache and logs will go; possibly bind-mounted. \
# Needs to be 1777 so the unpriv user can use it. \
Expand Down

0 comments on commit 23aa8e2

Please sign in to comment.