Skip to content

Commit

Permalink
Dockerfile.spdk: remove 'dnf update' after install
Browse files Browse the repository at this point in the history
dnf update error - https://github.com/ceph/ceph-nvmeof/actions/runs/8905867202/job/24457276618?pr=618:
    Running transaction check
    Transaction check succeeded.
    Running transaction test
    Error: Transaction test error:
      file /usr/lib64/ossl-modules/fips.so from install of openssl-libs-1:3.2.1-1.el9.x86_64 conflicts with file from package openssl-fips-provider-3.0.7-2.el9.x86_64

Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed May 1, 2024
1 parent 1edd415 commit 4bc0486
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.spdk
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ RUN \
rpm -vih $SPDK_CENTOS_BASE/centos-stream-repos-$SPDK_CENTOS_REPO_VER.noarch.rpm \
$SPDK_CENTOS_BASE/centos-gpg-keys-$SPDK_CENTOS_REPO_VER.noarch.rpm \
&& rpm -vih https://buildlogs.centos.org/centos/9-stream/storage/x86_64/ceph-reef/Packages/t/thrift-0.15.0-3.el9s.x86_64.rpm \
&& dnf $DNF_OPTS install -y /rpm/$(uname -m)/*.rpm \
&& dnf $DNF_OPTS update -y
&& dnf $DNF_OPTS install -y /rpm/$(uname -m)/*.rpm

ENTRYPOINT [ "/usr/local/bin/nvmf_tgt" ]
CMD [ "-u", "-r", "/var/tmp/spdk.sock" ]
Expand Down

0 comments on commit 4bc0486

Please sign in to comment.