diff --git a/Dockerfile.revad-ceph b/Dockerfile.revad-ceph index 5021845649..fb6113d725 100644 --- a/Dockerfile.revad-ceph +++ b/Dockerfile.revad-ceph @@ -18,7 +18,7 @@ FROM quay.io/ceph/ceph:v16 -RUN dnf update -y && dnf install -y \ +RUN dnf update --exclude=ceph-iscsi -y && dnf install -y \ git \ gcc \ make \ diff --git a/changelog/unreleased/exclude-ceph-iscsi.md b/changelog/unreleased/exclude-ceph-iscsi.md new file mode 100644 index 0000000000..4f50d292f9 --- /dev/null +++ b/changelog/unreleased/exclude-ceph-iscsi.md @@ -0,0 +1,7 @@ +Bugfix: Temporarily exclude ceph-iscsi when building revad-ceph image + +Due to `Package ceph-iscsi-3.6-1.el8.noarch.rpm is not signed` error when +building the revad-ceph docker image, the package `ceph-iscsi` has been excluded from the dnf update. +It will be included again once the pkg will be signed again. + +https://github.com/cs3org/reva/pull/4032