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
5b1f2495
Commit
5b1f2495
authored
May 14, 2020
by
Elvin Sindrilaru
Browse files
Enable epel-testing for quarkdb install to succeed
parent
fa5cc766
Pipeline
#1633483
skipped with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile_c8
View file @
5b1f2495
...
...
@@ -30,7 +30,7 @@ RUN adduser eos-user
# Note: Docker will aggressively cache the following command.
# However, these packages don't change often
RUN dnf -y install epel-release \
RUN dnf -y install epel-release
dnf-plugins-core
\
&& dnf -y --nogpg install \
at autoconf automake \
bzip2 \
...
...
@@ -57,7 +57,8 @@ 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 -y --nogpg install quarkdb libzstd-devel davix; \
dnf config-manager --set-enabled epel-testing
dnf -y --nogpg install quarkdb davix; \
dnf -y --nogpg install \
eos-server eos-testkeytab eos-client eos-ns-inspect \
eos-fuse eos-fusex eos-test eos-debuginfo \
...
...
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