dockerArchived
5 messages
All things docker
Archive: https://archive.sweetops.com/docker/
azecover 3 years ago
What if any alternatives to Docker Desktop are people using on Mac computers with Apple M1 chips (
darwin/arm64 )?azecover 3 years ago
I used
minikube+hyperkit on the previous Intel-based MacBookPro. Now with switch to M1, I am having hard time finding any minikube driver that works that is also free.azecover 3 years ago
I mean, my company does provide Docker Desktop licenses, but I was so relieved with being able to get everything done just with
minikube+hyperkit for about 1yr.azecover 3 years ago
I have been successfully pulling down
Related issue: https://forums.docker.com/t/failed-to-authorize-rpc-error-code-unknown-desc-failed-to-fetch-oauth-token-unexpected-status-401-unauthorized/118562/40
I have not been able to find any workarounds as of right now, but tried:
• Different IPs (via VPN and different ISP connections)
• Restarting Docker Desktop
• Re-login to Docker Hub with
--------------------------------
Curious if anyone else ran in anything similar in the past?
geodesic image from DockerHub all morning and now it stopped working. => [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 37B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> ERROR [internal] load metadata for <http://docker.io/cloudposse/geodesic:latest-debian|docker.io/cloudposse/geodesic:latest-debian> 1.2s
=> [auth] cloudposse/geodesic:pull token for <http://registry-1.docker.io|registry-1.docker.io> 0.0s
------
> [internal] load metadata for <http://docker.io/cloudposse/geodesic:latest-debian|docker.io/cloudposse/geodesic:latest-debian>:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to authorize: rpc error: code = Unknown desc = failed to fetch oauth token: unexpected status: 403 Forbidden
make[1]: *** [docker/build] Error 1
make: *** [build] Error 2Related issue: https://forums.docker.com/t/failed-to-authorize-rpc-error-code-unknown-desc-failed-to-fetch-oauth-token-unexpected-status-401-unauthorized/118562/40
I have not been able to find any workarounds as of right now, but tried:
• Different IPs (via VPN and different ISP connections)
• Restarting Docker Desktop
• Re-login to Docker Hub with
docker login --------------------------------
Curious if anyone else ran in anything similar in the past?
azecover 3 years ago
I have now tried to pull down base image explicitly with
The error above tells me that at some point either:
a) someone who can control our org in Docker Hub, has prevented us to access
b) someone on the other end has prevented
I think (a) is more probable than (b) but need to verify...
$ docker login
Authenticating with existing credentials...
Login Succeeded
$ docker pull cloudposse/geodesic:latest-debian
Error response from daemon: Head "<https://registry-1.docker.io/v2/cloudposse/geodesic/manifests/latest-debian>": unknown: image access restricted: cloudposse/geodesic blocked for organization vznbiThe error above tells me that at some point either:
a) someone who can control our org in Docker Hub, has prevented us to access
cloudposse/geodesic public imageb) someone on the other end has prevented
cloudposse/geodesic pulls for our Docker Hub orgI think (a) is more probable than (b) but need to verify...