Skip to content

Commit

Permalink
cephfs: fix Dockerfile.revad-ceph to use the right base image
Browse files Browse the repository at this point in the history
- In Aug2021 https://hub.docker.com/r/ceph/daemon-base was moved
  to quay.ceph.io and the builds for this image were failing for
  some weeks after January.
  • Loading branch information
SamuAlfageme committed Feb 24, 2022
1 parent 57f29dd commit 27df16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.revad-ceph
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM ceph/daemon-base
FROM quay.ceph.io/ceph-ci/ceph:pacific

RUN dnf update -y && dnf install -y \
git \
Expand Down

0 comments on commit 27df16b

Please sign in to comment.