We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
It seems the latest Docker-In-Docker does not resolves DNS queries or does not start at all the process.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
It seems the latest Docker-In-Docker does not resolves DNS queries or does not start at all the process.
The text was updated successfully, but these errors were encountered: