-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.4
-
None
-
None
-
Moderate
-
sst_image_builder
-
ssg_front_door
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
Set the hostname via a config.toml
How reproducible:
Everytime
Steps to reproduce
# cat config.toml [blueprint.customizations] hostname = "bootc-hostname"
sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v ./config.toml:/config.toml -v ./output:/output registry.redhat.io/rhel9/bootc-image-builder:latest --type qcow2 --config /config.toml quay.io/redhat_emp1/pickles:9.4
Expected results
hostname is set
Actual results
hostname is not set
Tested with both anaconda-iso and qcow2.