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.
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.