Refactor Containerfile and update build-iso.sh for improved ISO generation and module customization
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-01-24 18:31:27 +01:00
parent ac49ef360f
commit f169836776
3 changed files with 19 additions and 19 deletions

View File

@@ -19,11 +19,13 @@ sudo podman run --rm -it \
--pull=newer \
--security-opt label=type:unconfined_t \
-v $(pwd)/output:/output \
-v "./iso.toml:/config.toml:ro" \
-v /var/lib/containers/storage:/var/lib/containers/storage \
quay.io/centos-bootc/bootc-image-builder:latest \
--type anaconda-iso \
--type iso \
--local \
--rootfs btrfs \
--use-lib-repo=true \
localhost/${IMAGE_NAME}:${IMAGE_TAG}
echo "[SUCCÈS] ISO généré dans $OUTPUT_DIR"