Skip to content

Commit 1a6a5e5

Browse files
committed
Add note that tuple of unique img includes architecture.
From today's SIG Std/Cert: Only the tuple (os_distro, os_version, architecture) should be unique for os_purpose=generic. Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 37645bd commit 1a6a5e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Standards/scs-0102-v1-image-metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ Note that no other values are currently allowed and `custom` (or `appliance`) sh
9393
of doubt. Talk to the SCS standardization bodies if you'd like to see this list extended which is
9494
likely the case if you fall back to `custom`.
9595

96-
The usage of standardized `os_distro`, `os_version` and `os_purpose` help cloud users to create
96+
The usage of standardized `os_distro`, `os_version`, `architecture`, and `os_purpose` help cloud users to create
9797
automation that works across clouds without requiring image names to be standardized. Only
98-
one visible public image with `os_purpose` = `generic` and the same settings for `os_distro`
99-
and `os_version` should be active on any given cloud.
98+
one visible public image with `os_purpose` = `generic` and the same settings for `os_distro`,
99+
`os_version` and `architecture` should be active on any given cloud.
100100
The link to the OpenStack specs and the recommended `os_purpose` was added in 7/2025 to this
101101
standard; a new version of the standard that requires `os_purpose` will be created later.
102102

0 commit comments

Comments
 (0)