I assume it uses bootc-image-builder ?
I used this command to get to something
mkdir Git
cd Git
git clone codeberg.org/HeliumOS/iso
cd iso
sudo podman run \
--rm \
-it \
--privileged \
--pull=newer \
--security-opt label=type:unconfined_t \
-v $(pwd)/config.toml:/config.toml:ro \
-v $(pwd)/output:/output \
quay.io/centos-bootc/bootc-image-builder:latest \
--type anaconda-iso .
It failed as there is no config.toml
I think this build is reproducible, using a podman container for building is great, and you can verify exact bit-by-bit buildsystem integrity.
I assume it uses [bootc-image-builder](https://github.com/osbuild/bootc-image-builder) ?
I used this command to get to something
```
mkdir Git
cd Git
git clone codeberg.org/HeliumOS/iso
cd iso
sudo podman run \
--rm \
-it \
--privileged \
--pull=newer \
--security-opt label=type:unconfined_t \
-v $(pwd)/config.toml:/config.toml:ro \
-v $(pwd)/output:/output \
quay.io/centos-bootc/bootc-image-builder:latest \
--type anaconda-iso .
```
It failed as there is no `config.toml`
I think this build is reproducible, using a podman container for building is great, and you can verify exact bit-by-bit buildsystem integrity.