Skip to content

Commit

Permalink
Make a /proc dir in the sandbox condor uses to test singularity so Co…
Browse files Browse the repository at this point in the history
…ndor can test proc bind mounting (workaround for HTCONDOR-1574)
  • Loading branch information
matyasselmeci committed Feb 1, 2023
1 parent 14bc5d2 commit 550c462
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ RUN if [[ $BASE_YUM_REPO = release ]]; then \
yum -y install condor; \
fi

# Make a /proc dir in the sandbox condor uses to test singularity so we can test proc bind mounting
# Workaround for https://opensciencegrid.atlassian.net/browse/HTCONDOR-1574
RUN mkdir -p /usr/libexec/condor/singularity_test_sandbox/proc

RUN git clone https://github.com/cvmfs/cvmfsexec /cvmfsexec \
&& cd /cvmfsexec \
&& ./makedist osg \
Expand Down

0 comments on commit 550c462

Please sign in to comment.