You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My private docker local registry is https enabled. I am able to connect with docker cli but not able to connect with this application.
it shows below mentioned error
Get https://slave-node1:5000/v2/: dial tcp: lookup slave-node1 on 192.168.0.1:53: no such host
time="2020-04-12T09:13:50Z" level=info msg="Using registries located in /app with file name registries" file=allregistries.go line=161 source=app
time="2020-04-12T09:13:50Z" level=error msg="Failed to connect to validated registry: Get "https://slave-node1:5000/v2/\": dial tcp: lookup slave-node1 on 192.168.0.1:53: no such host" file=registry.go line=297 source=app
time="2020-04-12T09:13:50Z" level=fatal msg="Failed to create registry (https://slave-node1): Get "https://slave-node1:5000/v2/\": dial tcp: lookup slave-node1 on 192.168.0.1:53: no such host" file=allregistries.go line=198 source=app
regestries.yml description
registries:
localRegistry:
displayname: localhost-registry:5000
url: https://slave-node1 # Example https://localhost, http://remotehost.com
port: 5000 # Example: 443, 8080, 5000
username: admin
password: admin
refresh-rate: "5m" # Example: 60s, 5m, 1h
skip-tls-validation: false # REQUIRED for self signed certificates
dockerhub-integration: true # Optional - compares to dockerhub to determine if image up to date
Please help.
The text was updated successfully, but these errors were encountered:
I have this application connected with multiple https-enabled registries and it is working just fine. Looking at your registries.yml file, you should probably change the port number from 5000 to 443.
Hi ,
My private docker local registry is https enabled. I am able to connect with docker cli but not able to connect with this application.
it shows below mentioned error
Get https://slave-node1:5000/v2/: dial tcp: lookup slave-node1 on 192.168.0.1:53: no such host
time="2020-04-12T09:13:50Z" level=info msg="Using registries located in /app with file name registries" file=allregistries.go line=161 source=app
time="2020-04-12T09:13:50Z" level=error msg="Failed to connect to validated registry: Get "https://slave-node1:5000/v2/\": dial tcp: lookup slave-node1 on 192.168.0.1:53: no such host" file=registry.go line=297 source=app
time="2020-04-12T09:13:50Z" level=fatal msg="Failed to create registry (https://slave-node1): Get "https://slave-node1:5000/v2/\": dial tcp: lookup slave-node1 on 192.168.0.1:53: no such host" file=allregistries.go line=198 source=app
regestries.yml description
registries:
localRegistry:
displayname: localhost-registry:5000
url: https://slave-node1 # Example https://localhost, http://remotehost.com
port: 5000 # Example: 443, 8080, 5000
username: admin
password: admin
refresh-rate: "5m" # Example: 60s, 5m, 1h
skip-tls-validation: false # REQUIRED for self signed certificates
dockerhub-integration: true # Optional - compares to dockerhub to determine if image up to date
Please help.
The text was updated successfully, but these errors were encountered: