Refactor Containerfile and update build-iso.sh for improved ISO generation and module customization
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Some checks failed
ci/woodpecker/push/ci Pipeline failed
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user