clearwater-docker icon indicating copy to clipboard operation
clearwater-docker copied to clipboard

Repository is not working

Open yemenlinux opened this issue 5 years ago • 1 comments

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

yemenlinux avatar Nov 14 '19 14:11 yemenlinux

See the announcement at https://www.projectclearwater.org/.

matt-williams avatar Nov 15 '19 10:11 matt-williams