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
We've setup image streaming to external docker registry. The Docker Registry is running behind an NGINX. It uses docker-auth for authorization & is backed up by S3 storage.
I believe a backport for OCP is under way, but for origin it may not be fixed until 3.9. @mfojtik and team own it and would have to provide the specifics.
Uh oh!
There was an error while loading. Please reload this page.
We've setup image streaming to external docker registry. The Docker Registry is running behind an NGINX. It uses docker-auth for authorization & is backed up by S3 storage.
Version
oc v3.7.0+7ed6862
kubernetes v1.7.6+a08f5eeb62
features: Basic-Auth GSSAPI Kerberos SPNEGO
openshift v3.7.0+7ed6862
kubernetes v1.7.6+a08f5eeb62
Steps To Reproduce
oc secrets new-dockercfg central-registry --docker-server='docker-registry.xxxxx.com' --docker-username=xxxx --docker-password=xxxx --docker-email=xxx
oc secrets link default secrets/central-registry --for=pull
oc secrets link builder secrets/central-registry --for=pull
oc import-image image:tag --from=docker-registry.xxxxxx.com/project/image:tag --confirm
Current Result
! error: Import failed (InternalError): Internal error occurred: Get https://docker-registry-xxxxx.com/v2/project/image/manifests/tag: unauthorized: authentication required
2 hours ago
Expected Result
Import sucessful
Additional Information
This was working on previous versions of Openshift (v3.6, v1.5.1). Recently upgraded to v3.7
The text was updated successfully, but these errors were encountered: