Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
517d5ae8
Commit
517d5ae8
authored
Mar 14, 2019
by
Elvin Sindrilaru
Browse files
Fix Docker file format
parent
9dab3187
Pipeline
#753159
skipped with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
517d5ae8
...
@@ -39,9 +39,9 @@ ADD cc7_artifacts ${EOSREPODIR}
...
@@ -39,9 +39,9 @@ ADD cc7_artifacts ${EOSREPODIR}
RUN
createrepo
${
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-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.
# Special packages, must be installed un-cached.
RUN
yum -y --nogpg install quarkdb grid-hammer davix \
yum -y --nogpg install quarkdb grid-hammer davix
;
\
yum -y --nogpg install \
yum -y --nogpg install \
eos-server eos-testkeytab eos-archive eos-client \
eos-server eos-testkeytab eos-archive eos-client \
eos-debuginfo eos-fuse eos-fusex eos-test
eos-debuginfo eos-fuse eos-fusex eos-test
...
...
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