rancher / tasks

1 stars 1 forks source link

Re-write Windows Airgap Automation to Use Manifests #190

Open nickgerace opened 3 years ago

nickgerace commented 3 years ago

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.

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.

nickgerace commented 3 years ago

CC: @sirredbeard