european-dynamics-rnd / OneNet

8 stars 1 forks source link

Not able to pull some of the images from private registry #4

Closed tchouliaras closed 2 years ago

tchouliaras commented 2 years ago

A docker-compose pull gives error in the two following images. All the rest are downloaded fine.

  1. be-dataapp-provider
  2. be-dataapp-consumer

The insecure repos have been added to the registry.

maybe some rights are needed or some other IP added

Full output

[centos@esadtest docker]$ docker-compose pull
Pulling ecc-provider        ... done
Pulling uc-dataapp-provider ... done
Pulling be-dataapp-provider ... error
Pulling ecc-consumer        ... done
Pulling uc-dataapp-consumer ... done
Pulling be-dataapp-consumer ... error
Pulling mongo-db            ... done
Pulling orion               ... done

ERROR: for be-dataapp-provider  Get "https://109.232.32.194:5000/v2/": http: server gave HTTP response to HTTPS client

ERROR: for be-dataapp-consumer  Get "https://109.232.32.194:5000/v2/": http: server gave HTTP response to HTTPS client
ERROR: Get "https://109.232.32.194:5000/v2/": http: server gave HTTP response to HTTPS client
Get "https://109.232.32.194:5000/v2/": http: server gave HTTP response to HTTPS client

Kind Regards Thanasis Chouliaras (Ubitech)

ferdinandobosco commented 2 years ago

The error seems still related to the insecure registry. Did you restart docker daemon after the change?

tchouliaras commented 2 years ago

@ferdinandobosco Yes I tried that also, even after restart I cannot pull the images. I see others opened the same ticket.

ferdinandobosco commented 2 years ago

Solved. Docker images is now available on Docker Hub public repo.