Skip to content

Commit 002761a

Browse files
committed
[build-only] add Ceph repo for build
1 parent 90a4d58 commit 002761a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docker/Dockerfile.revad-ceph

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ FROM cern/alma9-base
2020

2121
RUN mkdir -p /etc/selinux/config
2222

23+
COPY docker/ceph9el.repo /etc/yum.repos.d/
2324
RUN dnf update --exclude=ceph-iscsi,chrony -y && dnf install -y \
2425
git \
2526
gcc \

docker/ceph9el.repo

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)