You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant major version number from instance name
almalinux and rocky use image names that include the major version
number twice. This commit strips it:
almalinux-8-8.10 → almalinux-8.10
almalinux-9-9.5 → almalinux-9.5
rocky-8-8.10 → rocky-8.10
rocky-9-9.5 → rocky-9.5
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments