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
With #5034 platforms packages supports OSVersion component in platform string. We should add a test that sets custom OSVersion in --platform and verifies it in the output image. Note that the test does not need to be WCOW test, it can just be something with FROM scratch && COPY
Later we can also build a couple of images with various OSVersion, push to local test registry, and then check that FROM pulls the expected one based on input parameters.
With #5034 platforms packages supports OSVersion component in platform string. We should add a test that sets custom OSVersion in
--platform
and verifies it in the output image. Note that the test does not need to be WCOW test, it can just be something withFROM scratch && COPY
cc @profnandaa
The text was updated successfully, but these errors were encountered: