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

WIP: Support OS version in platform string #5614

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cpuguy83
Copy link
Member

@cpuguy83 cpuguy83 commented Dec 27, 2024

This allows platforms following the new platforms.FormatAll function, which allows for setting the OSVersion field of the platform with <os>(<ver>)/<arch>.

Closes #5115


Note: In order to make FROM <img> match the correct OS version with the new platform format some changes need to be made to containerd/platforms (see vendor/ changes).

This allows platforms following the new `platforms.FormatAll` function,
which allows for setting the `OSVersion` field of the platform with
`<os>(<ver>)/<arch>`.

Signed-off-by: Brian Goff <[email protected]>
@cpuguy83 cpuguy83 force-pushed the platforms_format_all branch from 3b1e11c to fe1ea73 Compare December 27, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test using windows OSVersion
1 participant