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
Currently the image manifests are generated as json objects without indentation. It would be useful to add the indentation to improve the readability once they are inspected remotely. Moreover, mutating an image manifest that has the indentation, which is a default aspect of images built by tools like buildkit, produces a manifest which doesn't have it.
Example
Build a FROM scratch image with docker buildkit and push to a local registry.
Description
Currently the image manifests are generated as json objects without indentation. It would be useful to add the indentation to improve the readability once they are inspected remotely. Moreover, mutating an image manifest that has the indentation, which is a default aspect of images built by tools like
buildkit
, produces a manifest which doesn't have it.Example
FROM scratch
image with docker buildkit and push to a local registry.crane manifest
:crane mutate
:crane manifest
:The text was updated successfully, but these errors were encountered: