1
0
mirror of https://github.com/cs3org/reva.git synced 2025-04-18 13:44:12 +03:00

[CI] fix Ceph build by reinjecting the RPM repository

This commit is contained in:
Giuseppe Lo Presti 2025-04-15 14:33:28 +02:00
parent 50499d995d
commit 0dd18fb09b

View File

@ -16,7 +16,11 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.
# v18 == reef. We (re)inject the RPM repository that was removed in
# https://github.com/ceph/ceph/commit/08432ef and that will have to be
# updated once we decide to upgrade Ceph.
FROM quay.io/ceph/ceph:v18
RUN dnf config-manager --add-repo http://download.ceph.com/rpm-reef/el9/x86_64
RUN dnf update --nobest -y && dnf install -y \
git \