mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 20:07:53 +00:00
fix: use build-container-installer in iso generation script
This commit is contained in:
@@ -102,13 +102,13 @@ fi
|
|||||||
|
|
||||||
image_name+="-hardened"
|
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 to execute:"
|
||||||
echo "$command"
|
echo "$command"
|
||||||
echo ""
|
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
|
if is_yes "$generate_iso"; then
|
||||||
$command
|
$command
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user