-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
CentOS Stream 9
-
None
-
None
-
Moderate
-
rhel-sst-bootc
-
1
-
None
-
None
-
None
-
None
-
All
-
None
What were you trying to do that didn't work?
I tried to build a CentOS RT base image with the following cmd:
podman build --security-opt=label=disable --cap-add=all --devi ce /dev/fuse -t localhost/centos-rt-bootc --build-arg MANIFEST=centos-stream-tier1-rt.yaml .
but wasn't able since repo file with the rt and nfv repositories are currently not copied in the Containerfile.
What is the impact of this issue to you?
Blocked since cannot build a base image with the RT kernel.
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?:
Always
Steps to reproduce
- git clone git@gitlab.com:redhat/centos-stream/containers/bootc.git
- change to c9s branch
- podman build --security-opt=label=disable --cap-add=all --devi ce /dev/fuse -t localhost/centos-rt-bootc --build-arg MANIFEST=centos-stream-tier1-rt.yaml .
Expected results
Successful build
Actual results
Failed build