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 555cde2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions 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
6 changes: 6 additions & 0 deletions changelog/unreleased/cephfs-fix-base.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Dockerfile.revad-ceph to use the right base image

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.

https://github.com/cs3org/reva/pull/2588

0 comments on commit 555cde2

Please sign in to comment.