Open giannisalinetti opened 4 years ago
The underlying origin-oauth-proxy
image we used when building this shapshot has been removed from the repo quay.io/openshift/origin-oauth-proxy
which is causing the breakage.
Going forward we will need to ensure that we mirror any origin-oauth-proxy
image we use as part of a snapshot over to the quay.io/open-cluster-management/origin-oauth-proxy
repo to ensure that it never goes away.
In the meantime we will try to figure out how best to proceed with "repairing" the broken snapshots. More than likely we will simply produce a new snapshot with an updated origin-oauth-proxy
image and ensure that we mirror it into quay.io/open-cluster-management/origin-oauth-proxy
repo.
Describe the bug A clear and concise description of what the bug is. During deployment of ACM the managment-ingress pod cannot start with an ImagePullBackoff with an ErrImagePull for the image quay.io/openshift/origin-oauth-proxy.
To Reproduce Steps to reproduce the behavior:
Expected behavior All pods are running ore completed with no errors.
Screenshots
Desktop (please complete the following information):
Additional context The problem looks related to the wrong SHA256 of the image. I used the following temporary workaround:
skopeo inspect docker://quay.io/openshift/origin-oauth-proxy | grep Digest
oc edit deployment/managment-ingress-XXXXX