-
Notifications
You must be signed in to change notification settings - Fork 324
Description
After several tries I found the issue is with the latest plugin version 20.18.6, using the previous 20.18.5 works as expected.
The error I receive is:
time="2025-01-10T13:54:59.395048176Z" level=info msg="Error logging in to endpoint, trying next endpoint" error="Get "https://hub.bizmate.it/v2/\": dial tcp: lookup hub.bizmate.it on 127.0.0.11:53: read udp 127.0.0.1:47432->127.0.0.11:53: read: connection refused" spanID=3ad3d1996f22b357 traceID=7c70498fef92e536b35b927a8b9af640
time="2025-01-10T13:54:59.395336773Z" level=error msg="Handler for POST /v1.47/auth returned error: Get "https://hub.bizmate.it/v2/\": dial tcp: lookup hub.bizmate.it on 127.0.0.11:53: read udp 127.0.0.1:47432->127.0.0.11:53: read: connection refused" spanID=3ad3d1996f22b357 traceID=7c70498fef92e536b35b927a8b9af640
I'm using a custom_dns = 1.1.1.1 but tried without:
- /usr/local/bin/dockerd --data-root /var/lib/docker --host=unix:///var/run/docker.sock --dns 1.1.1.1
It seems the latest Docker-In-Docker does not resolves DNS queries or does not start at all the process.