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
I noticed the following issue while trying to use the oci exporter to export an image directly into a filesystem folder, which is used by the zot registry.
The exported index.json contains "org.opencontainers.image.ref.name":"foo/bar:1.0.0", whereas I expect it to be "org.opencontainers.image.ref.name":"1.0.0".
The property "org.opencontainers.image.ref.name" in the index.json contains the whole image name together with the tag. The zot registry expects that only the tag should be in that property, and does not accept the generated index.json.
According to the OCI spec, this property should only hold the tag, and not the complete image name together with a tag, see https://github.com/opencontainers/image-spec/blob/main/image-layout.md#indexjson-file