-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker image fetching issue faced #252
base: master
Are you sure you want to change the base?
Conversation
Had the same problem: image pulling did not work:
The proposed fix worked for me. Thanks @yousafkhamza. |
Discovered what is going on. In concourse 7.3.X releases and earlier the docker image included the PROXY environment variables. Starting in the 7.4.X and later releases they removed those lines from the docker image. I looked at the concourse 7.4.0 release notes and nothing sticks out to me why this change was made. I will add something to the tutorial to cover this case after some more research so I can explain why you might need those lines. |
I believe these lines were removed when they decided to start integrating in the new container orchestration code Guardian. |
I Had some success with fixing this on my windows subsystem Linux environment by changing the DNS of my docker after i followed this stackoverflowers advice https://stackoverflow.com/questions/48056365/error-get-https-registry-1-docker-io-v2-net-http-request-canceled-while-b. If anyone has a windows issue in the future this is a good option if you don't want to fix it using the concourse fix |
cant not login in to docker hub from linux machine. error response from daemon: get "https://registry-1.docker.io/v2/": context deadline exceeded (client.timeout exceeded while awaiting headers) is coming. already docker hub login success in website. But not connecting through linux command |
Hi there! I am try to explore inbound and outbound traffics into its deeper architecture that possible in VPC, by the way I notice this situation when I specify the outbound rules of the machine, that the only traffic the machine should to use is what you have specified but if I remember I resolve that issue when I put entire |
I think I'm running into this error today when I started the tutorial. The first time I ran the
Then, I tried it again but looked at the logs from the Concourse container in Docker Compose while I did it. I saw errors in the logs:
And so I cancelled the execute:
The workaround here where the two environment variables are added to my
Note how I have the two env vars suggested, I do see some errors in the Concourse container's logs that I don't understand right now:
|
I just resolved the issue with those 2 lines under your compose file
CONCOURSE_GARDEN_DNS_PROXY_ENABLE=true CONCOURSE_WORKER_GARDEN_DNS_PROXY_ENABLE=true