Skip to content

Commit

Permalink
Temporarily exclude ceph-iscsi when building revad-ceph image (cs3org…
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 authored and Adriana Baldacchino committed Aug 3, 2023
1 parent 948b264 commit e403cd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion docker/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

0 comments on commit e403cd1

Please sign in to comment.