Skip to content

Commit

Permalink
Temporarily exclude ceph-iscsi when building revad-ceph image (#4032)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 authored and micbar committed Jul 5, 2023
1 parent 0ab7209 commit 9f78cb0
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -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 \
Expand Down
7 changes: 7 additions & 0 deletions changelog/unreleased/exclude-ceph-iscsi.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9f78cb0

Please sign in to comment.