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
The config.json generated when unpacking is not useful because it is a config for running in the host, which isn't helpful. While this can be corrected by a user (using oci-runtime-tools generate) this quite a bit of a pain.
The best choice IMO would be to create a library that can take a v1.Image and then apply it to a runtime-tools/generate.Generator. We can then use the default config for runC as the base (which we know is actually sane).
The
config.json
generated when unpacking is not useful because it is a config for running in the host, which isn't helpful. While this can be corrected by a user (usingoci-runtime-tools generate
) this quite a bit of a pain.The best choice IMO would be to create a library that can take a
v1.Image
and then apply it to aruntime-tools/generate.Generator
. We can then use the default config for runC as the base (which we know is actually sane).The upstream bug for this is opencontainers/image-tools#76 but we should implement this ourselves.
The text was updated successfully, but these errors were encountered: