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 90a4d58 commit 002761aCopy full SHA for 002761a
docker/Dockerfile.revad-ceph
@@ -20,6 +20,7 @@ FROM cern/alma9-base
20
21
RUN mkdir -p /etc/selinux/config
22
23
+COPY docker/ceph9el.repo /etc/yum.repos.d/
24
RUN dnf update --exclude=ceph-iscsi,chrony -y && dnf install -y \
25
git \
26
gcc \
docker/ceph9el.repo
@@ -0,0 +1,7 @@
1
+[ceph-quincy-el9]
2
+name=Ceph Quincy EL9
3
+baseurl=http://linuxsoft.cern.ch/mirror/download.ceph.com/rpm-quincy/el9/x86_64
4
+enabled=1
5
+gpgcheck=True
6
+gpgkey=http://linuxsoft.cern.ch/mirror/download.ceph.com/release.asc
7
+priority=9
0 commit comments