-
Notifications
You must be signed in to change notification settings - Fork 481
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
Add layer sizes to buildx imagetools inspect #1558
Comments
@jedevc this ticket was not yet included in docker/cli#3990 right? I need to upgrade my Mac OS before I can upgrade Docker to test it myself, hence me asking 😅 |
Yeah, this is completely different from that ticket. The CLI issue is about supporting OCI images in The latest release of docker (v23.0) should include the manifest patch, I haven't had a proper look at this one yet 👀 |
Thanks for the quick reply! So having image layer sizes for OCI manifests in |
|
Aha awesome! Ok I really need to upgrade my Mac 🙈 thanks again! |
Closing as this seems to be answered, @ddelange LMK if we need to re-open |
Hi 👋
I'd like to use
docker manifest inspect -v
to sum up layer sizes: https://stackoverflow.com/a/73108928/5511061However, this command does not currently support OCI manifests. The alternative,
docker buildx imagetools inspect --raw
, does not include the verbosity needed to sum up layer sizes.Leaving this here as suggested in docker/build-push-action#764 (comment) and in moby/moby#43126 (comment)
Originally posted by @ddelange in #1509 (comment)
The text was updated successfully, but these errors were encountered: