-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
UX: improve messages / warnings /errors to include platform (os/arch/xx) #41838
Comments
Discussing in the maintainers meeting; we should also print a warning after pulling a (single-arch) image, and the pulled image didn't match either the specified |
Fix: moby#41838 Signed-off-by: Da McGrady <[email protected]>
Discussing again in the maintainers meeting today, we came back to this issue to note that the digest of the actual image that was pulled from a manifest list is also as relevant as the platform. 👀 Edit: 😂 very related to (my own issue): docker/roadmap#262 |
I should probably (re)write this ticket, or split some parts to separate tickets, one of them for improving "pull progress", and post some mock-ups that we created for this to make the output more user-friendly, but also to provide information that may be relevant to the image (depending on what features are available, which could include information about attestations, signing etc) |
related to docker/for-linux#1170 (comment)
also related (should be done in conjunction with these changes); #42283
We should improve some message to include the (expected) platform, for example:
This could include the desired os/architecture, e.g.:
The
pull
output could also include a line with the platform/architecture that was pulled;e.g.;
Or splitting the fields (not sure if "os-features" and "variant" are part of the OCI spec now)
The text was updated successfully, but these errors were encountered: