aboutsummaryrefslogtreecommitdiff
path: root/templates/centos-bootc-deploy.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/centos-bootc-deploy.sh.j2')
-rw-r--r--templates/centos-bootc-deploy.sh.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/centos-bootc-deploy.sh.j2 b/templates/centos-bootc-deploy.sh.j2
deleted file mode 100644
index 2083295..0000000
--- a/templates/centos-bootc-deploy.sh.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-podman run --rm --privileged \
- --pid=host --security-opt label=type:unconfined_t \
- --volume /dev:/dev \
- --volume /var/lib/containers:/var/lib/containers \
- --volume /:/target \
- --entrypoint bootc \
- quay.io/centos-bootc/centos-bootc:{{ centos_bootc_tag if centos_bootc_tag is defined else 'stream9' }} \
- 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' }}