diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/bootcblade-deploy.sh.j2 (renamed from templates/centos-bootc-deploy.sh.j2) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/centos-bootc-deploy.sh.j2 b/templates/bootcblade-deploy.sh.j2 index 2083295..ecd91e3 100644 --- a/templates/centos-bootc-deploy.sh.j2 +++ b/templates/bootcblade-deploy.sh.j2 @@ -5,5 +5,5 @@ podman run --rm --privileged \ --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' }} \ + 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' }} |
