1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-03-11 13:29:08 -04:00
parent 984a1fced3
commit ea3fc05c38
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<%page args="image_name, image_tag"/> <%page args="image_name, image_tag"/>
append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --url=/run/install/repo/${image_name}-${image_Tag} --transport=oci --no-signature-verification" append usr/share/anaconda/interactive-defaults.ks "ostreecontainer --url=/run/install/repo/${image_name}-${image_tag} --transport=oci --no-signature-verification"