Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to remove windows-10-byol from docs #1036

Open
WestonThayer opened this issue Dec 7, 2019 · 2 comments
Open

Need to remove windows-10-byol from docs #1036

WestonThayer opened this issue Dec 7, 2019 · 2 comments
Assignees

Comments

@WestonThayer
Copy link

https://github.com/GoogleCloudPlatform/compute-image-tools/releases/tag/v20191206 removed the windows-10-byol os type, and added windows-10-x64-byol and windows-10-x86-byol. But the docs haven't been updated.

Likewise, gcloud compute images import needs to be updated.

@WestonThayer
Copy link
Author

Since gcloud compute images import won't accept --os windows-10-x64-byol, you can work around it for now by creating a cloudbuilld YAML file:

steps:
  - name: gcr.io/compute-image-tools/gce_vm_image_import:release
    args:
      [
        "-source_file=...",
        "-os=windows-10-x64-byol",
      ]

Then gcloud builds submit --config=above.yaml --no-source.

@rofuentes
Copy link
Contributor

gcloud SDK will have the new os types in the 273.0.0 release scheduled for 2019-12-10. Documentation PR is forthcoming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants