quay / quay-bridge-operator

Utilization of Red Hat Quay as the default image registry for an OpenShift Container Platform environment
Apache License 2.0
20 stars 23 forks source link

Issue pulling Image from Quay on OpenShift v4.2.8 #2

Closed stevef1uk closed 4 years ago

stevef1uk commented 4 years ago

Hi,

I have used the Operator to successfully install Quay on OpenShift v4.2.x & pushed an image to it.

I am trying to use that image in a simple Pod but am seeing:

Failed to pull image "example-quayecosystem-quay-quay.apps-crc.testing/stevef/alpine-curl-jq": rpc error: code = Unknown desc = pinging docker registry returned: Get https://example-quayecosystem-quay-quay.apps-crc.testing/v2/: x509: certificate signed by unknown authority

I have created an imagePullSecrets entry but I don't know how to set the TLS verification flag off or add quay's certs.

Any ideas/pointers?

Regards

Steve

stevef1uk commented 4 years ago

Sorry, raised in wrong repo.