Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
9dab3187
Commit
9dab3187
authored
Mar 14, 2019
by
Elvin Sindrilaru
Browse files
Install packages that require xrootd after setting up the yum repositories
parent
aa8c0499
Pipeline
#753114
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
9dab3187
...
...
@@ -31,11 +31,6 @@ RUN yum -y --nogpg install \
gdb gcc-c++ cmake3 libacl-devel perl-Test-Harness
\
rpm-build bzip2 automake autoconf libtool
sudo
vim
\
centos-release-scl-rh
# Special packages, must be installed un-cached.
RUN
yum clean all
;
\
yum
-y
--nogpg
install
\
quarkdb grid-hammer davix
# Install new EOS from created repo - the ADD command will reset the docker cache,
# and any commands after that point will be uncached.
...
...
@@ -44,7 +39,9 @@ ADD cc7_artifacts ${EOSREPODIR}
RUN
createrepo
${
EOSREPODIR
}
;
\
echo
-e
"[eos-artifacts]
\n
name=EOS artifacts
\n
baseurl=file://
${
EOSREPODIR
}
\n
gpgcheck=0
\n
enabled=1
\n
priority=1"
>>
/etc/yum.repos.d/eos.repo
;
\
echo
-e
'[eos-depend]\nname=EOS dependencies\nbaseurl=http://storage-ci.web.cern.ch/storage-ci/eos/citrine-depend/el-7/x86_64/\ngpgcheck=0\nenabled=1\npriority=1\n'
>>
/etc/yum.repos.d/eos-depend.repo
echo
-e
'[eos-depend]\nname=EOS dependencies\nbaseurl=http://storage-ci.web.cern.ch/storage-ci/eos/citrine-depend/el-7/x86_64/\ngpgcheck=0\nenabled=1\npriority=1\n'
>>
/etc/yum.repos.d/eos-depend.repo
\
# Special packages, must be installed un-cached.
RUN yum -y --nogpg install quarkdb grid-hammer davix \
yum -y --nogpg install \
eos-server eos-testkeytab eos-archive eos-client \
eos-debuginfo eos-fuse eos-fusex eos-test
...
...
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