You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you supply --ssh-public-key-file <path-to-custom-ssh-key-file> to ib-cli create-iso and use ibi-butane.template from this repository, the contents of the ssh-key-file will be rendered, not path of the file.
failed to create installation ISO: failed to render ignition from config: failed to run "podman" in host namespace with args [run -v /mnt/temp/data/work/ibi/manual/data:/data:rw,Z --rm quay.io/coreos/butane:release --pretty --strict -d /data /data/config.bu -o /data/ibi-ignition.json]: Error translating config: Error unmarshaling yaml: yaml: line 9: could not find expected ':'
: exit status 1
FATA[2024-05-02 16:25:57] Error executing installationiso command: failed to create installation ISO: failed to render ignition from config: failed to run "podman" in host namespace with args [run -v /mnt/temp/data/work/ibi/manual/data:/data:rw,Z --rm quay.io/coreos/butane:release --pretty --strict -d /data /data/config.bu -o /data/ibi-ignition.json]: Error translating config: Error unmarshaling yaml: yaml: line 9: could not find expected ':'
The text was updated successfully, but these errors were encountered:
jmencak
changed the title
ib-cli create-iso includes contents of ssh-public-key-file rather its path
ib-cli create-iso includes contents of ssh-public-key-file vs its path
May 2, 2024
If you supply
--ssh-public-key-file <path-to-custom-ssh-key-file>
toib-cli create-iso
and useibi-butane.template
from this repository, the contents of the ssh-key-file will be rendered, not path of the file.Example:
Expected:
This will break the
create-iso
command like this:The text was updated successfully, but these errors were encountered: