You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we execute the command: microdnf install shadow-utils, part of bash script, running as an ocp4's container, we got the following error error: Error -1 running transaction
Issue
When we execute the command:
microdnf install shadow-utils
, part of bash script, running as an ocp4's container, we got the following errorerror: Error -1 running transaction
Full log
When we execute the same command using the dnf tool =>
dnf install shadow-utils
then we got the root cause of the errorQuestion
Could it be possible to log the error (= root cause) as dnf do when a transaction error occurs using microdnf?
How to reproduce
The text was updated successfully, but these errors were encountered: