mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 20:07:53 +00:00
fix: iso generator
This commit is contained in:
@@ -102,7 +102,7 @@ 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/jasonn3/build-container-installer:latest"
|
||||
command="sudo podman run --rm --privileged --volume .:/build-container-installer/build -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"
|
||||
|
||||
Reference in New Issue
Block a user