Sep 6, 2016 - Expected behavior I'd be able to launch Docker for Mac. Code Issues 317 Pull requests 0 Projects 0 Insights. Fails to Start (UI is locked, spinning beachball forever) #530. Removed all downloaded images, same result. Process in Activity Monitor a couple of times and it looks like it's stuck here: 2693. Bugzilla will be upgraded to version 5.0 on December 9, 2018. The outage period for the upgrade will start at 0:00 UTC and have a duration of 12 hours. First of all, I don't work under Windows interface. Though I do use CCS under Windows 10 but it is running under Parallels for Mac. So, I usually work on Mac and its console. In Mac and Linux console, you can directly type git commands to operate without using GUI clients. You can also directly connect to http and other servers by typing commands.
This is pods/deployments pulling from dockerhub, so or one possiblity is some issues w/ the secret creation command generating invalid docker secret formats. Have you tried creating a dockerconfig secret by hand (supplying your.docker/config.json as a key named dockerconfigjson to a secret). You can see an example of how to create the secret in this fashion here: oc create secret generic dockerhub -from-file=.dockerconfigjson= -type=kubernetes.io/dockerconfigjson. I definitely tried both docker secret formats, and at one point embedded more than one entry (i.e. Multiple hostnames) in both.dockerconfigjson and.dockercfg formats to see if it would help. Ultimately I determined the problem to not be with docker secret formats, since I was able to pull images from a private registry hosted on.
It's private registries which were having issues. It would be good to repeat the test with a third private docker registry host (I'm thinking ), to have another data point. I can confirm (for OpenShift Online) that pods cannot pull private images from docker.io. I tried like every instruction I could find on the internet but none of them worked 😞.
Interesting though is the fact that at some point it worked (around 6th of February) but a few days later it again stopped working. It also works on a dedicated instance that I have access to, which has the version v3.6.173.0.49, although it didn't work there a few days ago neither (maybe because a different version was deployed then, didn't check that). I struggle with the same, very new to OpenShift.
I cannot create the credentials with oc. I have to create them with the UI.
Secret Type = Image Secret. Authentication Type = Configuration File. paste the /.docker/config.json from D4M after disabling OSX keychain and another docker login. Link secret to a service account - default - it creates a secret of type kubernetes.io/dockerconfigjson Using Authentication Type = Image Registry Credentials it also doesn't work from the UI. (Using OpenShift Origin v3.7.0+7ed6862) I also tried to use the dockercfg with oc secrets new dockerhub-secret.dockercfg=$HOME/.docker/config.json - it creates a secret of type kubernetes.io/dockercfg. I could not pull from private docker hub repo too: docker version: Version 17.09.1-ce-mac42 (21090) OpenShift version: v3.9.33 I tried setting off 'Securely store docker logins in macOS keychain' in docker preferences for mac, then run oc create secret generic secjson -from-file=.dockerconfigjson=/Users/myuser/.docker/config.json -type=kubernetes.io/dockerconfigjson oc secrets link default secjson -for=pull oc new-app myrepo/training:tag oc describe po' and got: Failed to pull image 'myrepo/training@sha256:a99aa5bc64.'
Unable To Pull Image Issue 2693 Docker/for-mac Github Download
: rpc error: code = Unknown desc = unauthorized: authentication required` oc describe sa default Name: default Namespace: michal-test Labels: Annotations: Image pull secrets: default-dockercfg-q9cw5 secjson Mountable secrets: default-token-f2b7q default-dockercfg-q9cw5 secjson Tokens: default-token-5bs9b default-token-f2b7q Events: Any advice? Chakwifi:gitlab-oc-cli cjonagam$ oc import-image -from=registry.gitlab.com/debianmaster/nodejs-welcome -all -confirm wel -confirm imagestream.image.openshift.io/wel imported with errors Name: wel Namespace: nodejs-welcome Created: 29 minutes ago Labels: Annotations: openshift.io/image.dockerRepositoryCheck=2018-11-07T11:10:05Z Docker Pull Spec: docker-registry.default.svc:5000/nodejs-welcome/wel Image Lookup: local=false Unique Images: 0 Tags: 1 latest tagged from registry.gitlab.com/debianmaster/nodejs-welcome:master! Error: Import failed (InternalError): Internal error occurred: Get denied: access forbidden 29 minutes ago.