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
We were told that {{ .RootFS.Layers }} + {{ .Config }} might be a better alternative (thanks @nalind). Seems like a good start, does anyone think that we should include any other field? Can we rely on this data and implement our own checksum? Could we have a new metadata field for this purpose in podman image inspect in the future?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For Hermetic builds in Mock, we want to
The image
{{ .Digest }}
though changes after re-import.We were told that
{{ .RootFS.Layers }} + {{ .Config }}
might be a better alternative (thanks @nalind). Seems like a good start, does anyone think that we should include any other field? Can we rely on this data and implement our own checksum? Could we have a new metadata field for this purpose inpodman image inspect
in the future?Beta Was this translation helpful? Give feedback.
All reactions