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
@jakecorrenti, is that something you are interested in looking into (assuming you have time)? I think that's a great opportunity to dive into the image spec and how Podman uses it to create container specs.
we need to be careful with what annotations are propagated into the runtime spec though there is an open PR to clarify the risk: opencontainers/image-spec#1061
Feature request description
https://github.com/opencontainers/image-spec/blob/main/conversion.md is fairly prescriptive about various
image-spec
fields that should be propagated toruntime-spec
data, many as annotations.From a (fairly brief and very ignorant) search of the Podman codebase, it seem that this is not currently happening.
I have absolutely no idea whether this makes any difference in practice.
The text was updated successfully, but these errors were encountered: