Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IO Benchmarks
Benchmarks
cmssw-docker
Commits
00a252fe
Commit
00a252fe
authored
Apr 25, 2022
by
Thomas Mc Cauley
Browse files
Merge branch 'writable_dirs' into 'master'
Make additional directories writable See merge request
cms-cloud/cmssw-docker!55
parents
ecf15456
e11ff909
Changes
4
Hide whitespace changes
Inline
Side-by-side
c8-cms/Dockerfile
View file @
00a252fe
...
...
@@ -73,7 +73,8 @@ RUN groupadd -g 1000 cmsusr && adduser -u 1000 -g 1000 -G root cmsusr && \
install
-d
/opt
&&
install
-d
-o
cmsinst /opt/cms
# Make Images grid/singularity compatible
RUN
mkdir
-p
/cvmfs /afs /eos /opt/cms /pool
RUN
mkdir
-p
/cvmfs /afs /eos /pool
&&
\
chmod
1777 /cvmfs /afs /eos /pool
# Add a couple of useful files to cmsusr account
WORKDIR
/home/cmsusr
...
...
cc7-cms/Dockerfile
View file @
00a252fe
...
...
@@ -64,7 +64,8 @@ RUN groupadd -g 1000 cmsusr && adduser -u 1000 -g 1000 -G root cmsusr && \
install
-d
/opt
&&
install
-d
-o
cmsinst /opt/cms
# Make Images grid/singularity compatible
RUN
mkdir
-p
/cvmfs /afs /eos /opt/cms /pool
RUN
mkdir
-p
/cvmfs /afs /eos /pool
&&
\
chmod
1777 /cvmfs /afs /eos /pool
# Add a couple of useful files to cmsusr account
WORKDIR
/home/cmsusr
...
...
slc5-cms/Dockerfile
View file @
00a252fe
...
...
@@ -87,7 +87,8 @@ RUN groupadd -g 1000 cmsusr && adduser -u 1000 -g 1000 -G root cmsusr && \
install
-d
/opt
&&
install
-d
-o
cmsinst /opt/cms
# Make Images grid/singularity compatible
RUN
mkdir
-p
/cvmfs /afs /eos /opt/cms /pool
RUN
mkdir
-p
/cvmfs /afs /eos /pool
&&
\
chmod
1777 /cvmfs /afs /eos /pool
# Add a couple of useful files to cmsusr account
WORKDIR
/home/cmsusr
...
...
slc6-cms/Dockerfile
View file @
00a252fe
...
...
@@ -95,7 +95,8 @@ RUN groupadd -g 1000 cmsusr && adduser -u 1000 -g 1000 -G root cmsusr && \
install
-d
/opt
&&
install
-d
-o
cmsinst /opt/cms
# Make Images grid/singularity compatible
RUN
mkdir
-p
/cvmfs /afs /eos /opt/cms /pool
RUN
mkdir
-p
/cvmfs /afs /eos /pool
&&
\
chmod
1777 /cvmfs /afs /eos /pool
# Add a couple of useful files to cmsusr account
WORKDIR
/home/cmsusr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment