As per https://github.com/opencontainers/image-spec/pull/82#issuecomment-221450375: Currently, the `oci-image-tool` supports a simple unpacking mechanism to inspect deflated images and validation. More concretely the config/image JSON https://github.com/opencontainers/image-spec/blob/master/serialization.md#image-json-description has to be converted to a https://github.com/opencontainers/runtime-spec/blob/master/config.md#container-configuration-file.
As per #82 (comment): Currently, the
oci-image-toolsupports a simple unpacking mechanism to inspect deflated images and validation.More concretely the config/image JSON https://github.com/opencontainers/image-spec/blob/master/serialization.md#image-json-description has to be converted to a https://github.com/opencontainers/runtime-spec/blob/master/config.md#container-configuration-file.