Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Escape European project @ CC
xcache-config
Commits
59dcafeb
Commit
59dcafeb
authored
Jan 27, 2021
by
MUSSET Paul
Browse files
[dockerfile] remove _ in xrootd version variable
parent
8dfae747
Pipeline
#101243
passed with stage
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
containers/images/xcache/Dockerfile
containers/images/xcache/Dockerfile
+4
-4
No files found.
containers/images/xcache/Dockerfile
View file @
59dcafeb
# XCache image
FROM
centos:7
ARG
xrootd
-
version=4.12.5
ARG
xrootdversion=4.12.5
COPY
xrootd-stable-slc7.repo /etc/yum.repos.d/xrootd-stable-slc7.repo
RUN
yum
install
--nogpg
-y
epel-release
\
&&
yum
install
--nogpg
-y
xrootd-server-
${
xrootd
-
version
}
&&
yum
install
--nogpg
-y
xrootd-server-
${
xrootdversion
}
# Have the predefined uid/gid for xrootd to enable easy access to volumes
RUN
xrootd_uid
=
$(
id
-u
xrootd
)
\
...
...
@@ -47,7 +47,7 @@ ADD https://indigo-iam.github.io/escape-docs/voms-config/voms-escape.cloud.cnaf.
RUN
chmod
644 /etc/vomses/voms-escape.cloud.cnaf.infn.it.vomses /etc/grid-security/vomsdir/escape/voms-escape.cloud.cnaf.infn.it.lsc
# Install the VO info extractor
RUN
yum
install
--nogpg
-y
xrootd-voms-
${
xrootd
-
version
}
RUN
yum
install
--nogpg
-y
xrootd-voms-
${
xrootdversion
}
ENV
X509_USER_PROXY=/tmp/proxy-certificate/certificate
...
...
@@ -55,7 +55,7 @@ RUN mkdir -p /tmp/proxy-certificate\
&&
chown
xrootd:xrootd /tmp/proxy-certificate
# HTTP xroot client library
RUN
yum
install
--nogpg
-y
xrdcl-http-
${
xrootd
-
version
}
\
RUN
yum
install
--nogpg
-y
xrdcl-http-
${
xrootdversion
}
\
&&
rm
-rf
/etc/xrootd
# problem with xrdcl-http not looking /etc/grid-security
...
...
Write
Preview
Markdown
is supported
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