Windows airgap automation, "load" and "save", currently requires Windows image have the following format: <image>:<tag>-windows-<sac-version>. When trying to add -amd64, the airgap automation fails since it does not conform to the format.
Currently good: my-image:0.1.0-windows-1809
Currently bad: my-image:0.1.0-windows-1809-amd64
Thus, we should evaluate re-writing the Windows airgap automation to allow for ARCH suffixes; preferably by using manifests and not expecting a specific tag at all.
Windows airgap automation, "load" and "save", currently requires Windows image have the following format:
<image>:<tag>-windows-<sac-version>
. When trying to add-amd64
, the airgap automation fails since it does not conform to the format.my-image:0.1.0-windows-1809
my-image:0.1.0-windows-1809-amd64
Thus, we should evaluate re-writing the Windows airgap automation to allow for ARCH suffixes; preferably by using manifests and not expecting a specific tag at all.