Skip to content

Commit

Permalink
Remove rpm-plugin-ima in Dockerfile
Browse files Browse the repository at this point in the history
This plugin of ours, when installed in a container, currently causes
transaction errors (simply because IMA isn't supported in containers
currently).

This isn't immediately visible unless we'd run a second dnf transaction
in the Dockerfile but it's simply unnecessary, we don't need the plugin
for anything.

The reason it's installed is through the ima-evm-utils-devel package
(which pulls in ima-evm-utils-libs which pulls in the plugin), see
RHBZ#2292869 for details.
  • Loading branch information
dmnks committed Nov 14, 2024
1 parent cb59c69 commit 4d06776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ RUN which dnf5 || \
rpm -e --nodeps --nodb \
rpm \
rpm-libs \
rpm-build-libs
rpm-build-libs \
rpm-plugin-ima

WORKDIR /
CMD /bin/bash
Expand Down

0 comments on commit 4d06776

Please sign in to comment.