We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002761a commit e08a0baCopy full SHA for e08a0ba
docker/Dockerfile.revad-ceph
@@ -16,11 +16,14 @@
16
# granted to it by virtue of its status as an Intergovernmental Organization
17
# or submit itself to any jurisdiction.
18
19
-FROM cern/alma9-base
+FROM quay.io/ceph/ceph:v18
20
21
RUN mkdir -p /etc/selinux/config
22
23
-COPY docker/ceph9el.repo /etc/yum.repos.d/
+# this is a workaround as the Ceph docker image is still based on CentOS 8 Stream, which is EOL
24
+RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
25
+RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
26
+
27
RUN dnf update --exclude=ceph-iscsi,chrony -y && dnf install -y \
28
git \
29
gcc \
docker/ceph9el.repo
0 commit comments