bcgov / quickstart-openshift

QuickStart template targeted for OpenShift.
https://quickstart-openshift-test-frontend.apps.silver.devops.gov.bc.ca/
Apache License 2.0
29 stars 4 forks source link

feat: handle manifest unknown registry failures with builder action #1888

Closed DerekRoberts closed 6 months ago

DerekRoberts commented 7 months ago

GHCR.io likes to kick up manifest unknown errors, effectively destroying images. The builder isn't responsible, but should be able to check for and replace images when this happens.

There are a lot of unknowns and mystery breaks, so this could be complicated quickly.