cnabio / cnab-to-oci

Tool to convert CNAB bundle.json to OCI index
Apache License 2.0
54 stars 41 forks source link

Fix bad manifest fallback configuration #53

Closed silvin-lubecki closed 5 years ago

silvin-lubecki commented 5 years ago

While pushing the bundle configuration to a registry, we try first to use the OCI format with specific media type. If it fails we try again with a more common media type, and if it fails we try a last time with Docker format. All these fallbacks tries to reach maximum compatibility with all the deployed image registries. But the fallback were not well configured, and the first one was missing. This is fixed now.

image