-
Notifications
You must be signed in to change notification settings - Fork 27
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
azure: Document the Community Shared Image Gallery #316
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-316.westeurope.1.azurestaticapps.net |
|
||
```shell | ||
az sig image-definition list-community --public-gallery-name flatcar-23485951-527a-48d6-9d11-6931ff0afc2e --location westeurope | ||
az sig image-version list-community --public-gallery-name flatcar-23485951-527a-48d6-9d11-6931ff0afc2e --gallery-image-definition flatcar-stable-amd64 --location westeurope |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we should only reference the CAPI images here? the marketplace scales better and has better insights into usage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think both, the SIG is used by people to build CAPI images at the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, then how about at least mentioning that using marketplace is recommended unless dealing with image-builder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, added that.
Do you also want to file a PR that clarifies the marketplace offers with your TLDR?
(quoting it here from Slack)
flatcar-container-linux-corevm - contains arm64 images and doesn't require users to specify plan information when deploying derived images
flatcar-container-linux-corevm-amd64 - same as above but only amd64 images
flatcar-container-linux-free and flatcar-container-linux are amd64 only, and require specifying plan information when deploying vms. they differ in marketplace metadata, something about "bring your own license" but that doesn't change anything for users, both are free
So far we hosted some images in a public gallery but only used it for CAPI and didn't document it for users.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-316.westeurope.1.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-316.westeurope.1.azurestaticapps.net |
sdk: Hint at caching problems with the initramfs file
So far we hosted some images in a public gallery but only used it for CAPI and didn't document it for users.