1

I have setup pipelines as per the developer docs, and I see this error when trying to run a build

docker pull myInstance.cloud:8082/docker-local/pipelines-u18java:17 Error response from daemon: Get "https://myInstance.cloud:8082/v2/": remote error: tls: unrecognized name `retrying 3 of 3 times...

Vivek Kodira
  • 2,764
  • 4
  • 31
  • 49
Priyanshu
  • 65
  • 5

1 Answers1

1

Adding insecure registries in nodePool settings and then re-initialising the node fixed the issue.

Found about the fix here: https://www.jfrog.com/confluence/display/JFROG/Managing+Pipelines+Node+Pools

Priyanshu
  • 65
  • 5