mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
remove extra args
This commit is contained in:
parent
7ebb7d6960
commit
77f91f5907
1 changed files with 10 additions and 3 deletions
|
|
@ -1,11 +1,18 @@
|
|||
577,579c577,578
|
||||
577,586c577,578
|
||||
< args = ["container", "image", "deploy",
|
||||
< "--sysroot=" + self._physroot,
|
||||
< "--image=" + ref]
|
||||
<
|
||||
< if self._data.transport:
|
||||
< args.append("--transport=" + self._data.transport)
|
||||
< if self._data.stateroot:
|
||||
< args.append("--stateroot=" + self._data.stateroot)
|
||||
< if not self._data.signature_verification_enabled:
|
||||
< args.append("--no-signature-verification")
|
||||
---
|
||||
> args = ["install", "to-filesystem", "--source-imgref=" + ref,
|
||||
> args = ["install", "to-filesystem", "--source-imgref=oci:" + ref,
|
||||
> self._physroot]
|
||||
589c588
|
||||
589c581
|
||||
< "ostree",
|
||||
---
|
||||
> "bootc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue