Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
338e6027
Commit
338e6027
authored
May 14, 2020
by
Elvin Sindrilaru
Browse files
Base Centos8 build on CC8
parent
c4695872
Pipeline
#1633555
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile_c8
View file @
338e6027
...
...
@@ -3,7 +3,7 @@
#
# Version 0.1
FROM
centos:8
FROM
gitlab-registry.cern.ch/linuxsupport/c8-base:latest
LABEL maintainer="Mihai Patrascoiu, mihai.patrascoiu@cern.ch, CERN 2020"
# Add extra repositories
...
...
@@ -57,9 +57,6 @@ ADD c8_artifacts ${EOSREPODIR}
# Special packages, must be installed un-cached
RUN createrepo ${EOSREPODIR}; \
echo -e "[eos-artifacts]\nname=EOS artifacts\nbaseurl=file://${EOSREPODIR}\ngpgcheck=0\nenabled=1\npriority=1" >> /etc/yum.repos.d/eos.repo; \
dnf config-manager --set-enabled epel-testing; \
dnf config-manager --set-enabled PowerTools; \
dnf config-manager --set-enabled fasttrack; \
dnf -y --nogpg install quarkdb davix; \
dnf -y --nogpg install \
eos-server eos-testkeytab eos-client eos-ns-inspect \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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