-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
rhel-sst-program
-
None
-
False
-
-
None
-
None
-
None
-
None
-
x86_64
-
None
What were you trying to do that didn't work?
Please provide the package NVR for which bug is seen:
How reproducible: always
Steps to reproduce
- docker run --rm docker.io/redhat/ubi9 dnf install -y cppunit; echo $?;
Expected results: the dnf install shell command succeeds and prints 0 to inidcate success
```
0
```
Actual results: instead the dnf install shell command fails and prints 1 to indicate failure
```
docker run --rm docker.io/redhat/ubi9 dnf install -y cppunit; echo $?
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use subscription-manager to register.
Red Hat Universal Base Image 9 (RPMs) - BaseOS 1.7 MB/s | 514 kB 00:00
Red Hat Universal Base Image 9 (RPMs) - AppStre 5.9 MB/s | 1.8 MB 00:00
Red Hat Universal Base Image 9 (RPMs) - CodeRea 1.1 MB/s | 192 kB 00:00
No match for argument: cppunit
Error: Unable to find a match: cppunit
1
```