Skip to content

Commit e08a0ba

Browse files
committed
[builds-only] back to the "official" quay image for Ceph + workaround
1 parent 002761a commit e08a0ba

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docker/Dockerfile.revad-ceph

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
# granted to it by virtue of its status as an Intergovernmental Organization
1717
# or submit itself to any jurisdiction.
1818

19-
FROM cern/alma9-base
19+
FROM quay.io/ceph/ceph:v18
2020

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

23-
COPY docker/ceph9el.repo /etc/yum.repos.d/
23+
# 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+
2427
RUN dnf update --exclude=ceph-iscsi,chrony -y && dnf install -y \
2528
git \
2629
gcc \

docker/ceph9el.repo

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)