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

Update scs-0102-v1-image-metadata.md #368

Merged
merged 4 commits into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Standards/scs-0102-v1-image-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ as referenced by its name.
Note the _at least_ wording: Providers can replace images more often.
The frequency is starting from the first release; so an image published on 2021-04-14 with an
update frequency of `monthly`, should be replaced no later than 2021-05-14. Due to weekends
etc., up to 3 days later is not considered a violation of this policy. So the a valid sequence
etc., up to 3 days later is not considered a violation of this policy. So a valid sequence
anjastrunk marked this conversation as resolved.
Show resolved Hide resolved
from an image with `monthly` update frequency might be 2021-04-14, 2021-05-14, 2021-06-15,
2021-07-14, 2021-07-27 (hotfix), 2021-08-13 ...

Expand Down Expand Up @@ -200,7 +200,7 @@ might not use any of these properties, except maybe `maintained_until`. Note tha
Windows images would typically require `license_included`, `subscription_included`.
A boolean property that is not present is considered to be `false`.

- Optional: `license_included` (boolean) indicates whether ot not the flavor fee
- Optional: `license_included` (boolean) indicates whether or not the flavor fee
includes the licenses required to use this image. This field is mandatory for
images that contain software that requires commercial licenses.
- Optional: `license_required` (boolean) indicates whether or not a customer must bring
Expand Down