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
Since we are going to have registries in play that don't fully support the OCI registry spec for a while, let's have Porter gracefully degrade the publish command when it detects that it's working with one instead of hard erroring out.
When it attempts to publish the bundle to the registry, and porter detects that the error was caused by a non-OCI compliant registry (as opposed to say an authentication error), Porter should print a message linking to our docs on how to work with non-OCI compliant registries and then return with a 0 exit code. Essentially, only push the images and not the bundle.
The text was updated successfully, but these errors were encountered:
carolynvs
changed the title
Gracefully downgrade publish for non-oci registries
Gracefully degrade publish for non-oci registries
Dec 4, 2019
carolynvs
changed the title
Gracefully degrade publish for non-oci registries
Improve error message when porter is used with an unsupported registry
Mar 11, 2022
Since we are going to have registries in play that don't fully support the OCI registry spec for a while, let's have Porter gracefully degrade the
publish
command when it detects that it's working with one instead of hard erroring out.When it attempts to publish the bundle to the registry, and porter detects that the error was caused by a non-OCI compliant registry (as opposed to say an authentication error), Porter should print a message linking to our docs on how to work with non-OCI compliant registries and then return with a 0 exit code. Essentially, only push the images and not the bundle.
The text was updated successfully, but these errors were encountered: