From 17aae4a5fe202beb2182d7cd005ba96983e011d0 Mon Sep 17 00:00:00 2001 From: Anki1233 Date: Thu, 20 Jul 2023 01:19:48 +0530 Subject: [PATCH] failed to ping registry To fix the below error we need to add the attribute. failed to ping registry: 2 error(s) occurred: ping https: Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) ping http: Get "http://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) image check failed errored --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index b7f9f63d..df1dd2d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,3 +24,4 @@ services: - CONCOURSE_EXTERNAL_URL - CONCOURSE_ADD_LOCAL_USER=admin:admin - CONCOURSE_MAIN_TEAM_LOCAL_USER=admin + - CONCOURSE_WORKER_GARDEN_DNS_PROXY_ENABLE=true