mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 11:58:26 +00:00
fix: use build-container-installer in iso generation script
This commit is contained in:
@@ -102,13 +102,13 @@ fi
|
||||
|
||||
image_name+="-hardened"
|
||||
|
||||
command="sudo podman run --rm --privileged --volume .:/isogenerator/output -e IMAGE_REPO=ghcr.io/secureblue -e IMAGE_NAME=$image_name -e IMAGE_TAG=latest ghcr.io/ublue-os/isogenerator:latest"
|
||||
command="sudo podman run --rm --privileged --volume .:/isogenerator/output -e IMAGE_REPO=ghcr.io/secureblue -e IMAGE_NAME=$image_name -e IMAGE_TAG=latest ghcr.io/jasonn3/build-container-installer:latest"
|
||||
|
||||
echo "Command to execute:"
|
||||
echo "$command"
|
||||
echo ""
|
||||
|
||||
read -p "Generate this ISO? (yes/No)" generate_iso
|
||||
read -p "Generate this ISO? (yes/No): " generate_iso
|
||||
if is_yes "$generate_iso"; then
|
||||
$command
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user