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
f5ab67aa
Commit
f5ab67aa
authored
Apr 16, 2021
by
Elvin Sindrilaru
Browse files
Add eos-quarkdb package to the images built for diopside release
parent
669b1645
Pipeline
#2500301
skipped with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f5ab67aa
...
...
@@ -67,7 +67,7 @@ RUN createrepo ${EOSREPODIR} \
eos-server eos-test eos-testkeytab eos-folly-2019.11.11.00 eos-folly-deps-2019.11.11.00
\
&&
yum clean all
RUN if
[
"
${
EOS_CODENAME
}
"
!=
"diopside"
]
;
then
yum
-y
--nogpg
install
quarkdb
;
fi
RUN if
[
"
${
EOS_CODENAME
}
"
!=
"diopside"
]
;
then
yum
-y
--nogpg
install
quarkdb
;
else
yum
-y
--nogpg
install
eos-quarkdb
;
fi
# *************
# NOTE: !UGLY!*
...
...
Dockerfile_asan
View file @
f5ab67aa
...
...
@@ -68,7 +68,7 @@ RUN createrepo ${EOSREPODIR} \
eos-folly-2019.11.11.00 eos-folly-deps-2019.11.11.00 \
&& yum clean all
RUN if [ "${EOS_CODENAME}" != "diopside" ]; then yum -y --nogpg install quarkdb; fi
RUN if [ "${EOS_CODENAME}" != "diopside" ]; then yum -y --nogpg install quarkdb;
else yum -y --nogpg install eos-quarkdb;
fi
# Generate a new forwardable keytab 'eos-test+' to replace the not-forwardable
# one (installed by the eos-testkeytab package).
...
...
Dockerfile_c8
View file @
f5ab67aa
...
...
@@ -76,7 +76,7 @@ RUN createrepo ${EOSREPODIR}; \
eos-server eos-test eos-testkeytab \
&& dnf clean all
RUN if [ "${EOS_CODENAME}" != "diopside" ]; then
dnf
-y --nogpg install quarkdb; fi
RUN if [ "${EOS_CODENAME}" != "diopside" ]; then
yum -y --nogpg install quarkdb; else yum
-y --nogpg install
eos-
quarkdb; fi
# *************
# NOTE: !UGLY!*
...
...
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