clearwater-docker
clearwater-docker copied to clipboard
Repository is not working
Symptoms
During building base image the repository is not working with this message:
clearwater-docker$ docker build -t clearwater/base base
.... Step 17/29 : RUN curl -L http://repo.cw-ngv.com/repo_key | apt-key add - ---> Running in 6891cad6f79c % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (51) SSL: no alternative certificate subject name matches target host name 'repo.cw-ngv.com' gpg: no valid OpenPGP data found. The command '/bin/sh -c curl -L http://repo.cw-ngv.com/repo_key | apt-key add -' returned a non-zero code: 2
Impact
Clearwater-docker is not building docker images.
Release and environment
master
Steps to reproduce
execute the command: docker build -t clearwater/base base
investigating the repository shows that the URL is not available https://repo.cw-ngv.com/stable The requested page was not found: /stable
See the announcement at https://www.projectclearwater.org/.