#Is there a way to get the manifest of a image in dagger
1 messages · Page 1 of 1 (latest)
I mean something like https://docs.docker.com/reference/cli/docker/manifest/inspect/
this could be related to #1255042365517856910 message
I don't think we have that in the core API, but you could probably implement in a module pretty easily, there is Container.asTarball which will give you the entire image as an OCI archive. From there you can extract the manifest
I'll try that out ty 😛
Also would you mind opening an issue on the repository? Will be easier to track this way, and it may lead to us adding it to the core API (if others agree it's justified)