Juniper / open-nti

Open Network Telemetry Collector build with open source tools
Apache License 2.0
232 stars 93 forks source link

ERROR: Service 'input-internal' failed to build: #159

Open cduranm opened 7 years ago

cduranm commented 7 years ago

[root@akiselev-centos7 open-nti]# make start Use docker compose file: docker-compose.yml IMAGE_TAG=latest docker-compose -f docker-compose.yml up -d Building input-internal Step 1 : FROM juniper/pyez:2.0.1 Pulling repository docker.io/juniper/pyez ERROR: Service 'input-internal' failed to build: Error while pulling image: Get https://index.docker.io/v1/repositories/juniper/pyez/images: x509: certificate is valid for approposhq.com, *.approposhq.com, not index.docker.io make: * [start] Error 1 [root@akiselev-centos7 open-nti]# make update OpenNTI - Update the files from Github git pull Already up-to-date. OpenNTI - Update the containers from Docker Hub docker pull juniper/open-nti:latest Pulling repository docker.io/juniper/open-nti Error while pulling image: Get https://index.docker.io/v1/repositories/juniper/open-nti/images: x509: certificate is valid for approposhq.com, .approposhq.com, not index.docker.io make: [update] Error 1 [root@akiselev-centos7 open-nti]#

Please advise on this issue

3fr61n commented 7 years ago

Hi @cduranm

It seems a connectivity issue from docker daemon to the internet.

In my lab (ubuntu VM) sometimes after suspend/start up my VM, the docker daemon lose it connection to internet, then after a daemon restart its solved.

Could you please try to restart docker?

Regards