aboutsummaryrefslogtreecommitdiff
path: root/templates/bootcblade-deploy.sh.j2
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-05-30 10:24:59 -0400
committerspmfox <spmfox@foxwd.com>2024-05-30 10:24:59 -0400
commitb162149f00a03d79b6d6b24cdda95a6635828928 (patch)
tree4b32ab2cf989d4bbf63f1e1175fe2c2996c66138 /templates/bootcblade-deploy.sh.j2
parente361767e854fd9b710ef0a8ba84b1a72b0ff0905 (diff)
removing un-needed 2nd build and deployment
Diffstat (limited to 'templates/bootcblade-deploy.sh.j2')
-rw-r--r--templates/bootcblade-deploy.sh.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/bootcblade-deploy.sh.j2 b/templates/bootcblade-deploy.sh.j2
index ecd91e3..9f4699f 100644
--- a/templates/bootcblade-deploy.sh.j2
+++ b/templates/bootcblade-deploy.sh.j2
@@ -6,4 +6,6 @@ podman run --rm --privileged \
--volume /:/target \
--entrypoint bootc \
localhost/bootcblade:latest \
- install to-filesystem --skip-fetch-check --replace=alongside /target --root-ssh-authorized-keys /target/root/.ssh/authorized_keys {{ '' if bootc_acknowledge is false else '--acknowledge-destructive' }}
+ install to-filesystem --skip-fetch-check --replace=alongside /target \
+ --root-ssh-authorized-keys /target/root/.ssh/authorized_keys \
+ --target-transport=containers-storage {{ '' if bootc_acknowledge is false else '--acknowledge-destructive' }}