Closed rp-ni closed 3 years ago
Upon attempting the first step of installation (make) the following is returned containing an error:
make
docker build -t keppel.eu-de-1.cloud.sap/ccloud/vrops-exporter:0.2 --no-cache --rm . Sending build context to Docker daemon 1.704MB Step 1/11 : FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/alpine:latest Get "https://keppel.eu-de-1.cloud.sap/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) make: *** [build] Error 1
The address kebbel.eu-de-1.cloud.sap also does not return a ping , nor is https://keppel.eu-de-1.cloud.sap/v2/ reachable via web browser.
kebbel.eu-de-1.cloud.sap
https://keppel.eu-de-1.cloud.sap/v2/
Is the docker image address listed in the documentation still accurate?
Resolved this by changing the first line to FROM alpine:latest
FROM alpine:latest
Upon attempting the first step of installation (
make
) the following is returned containing an error:The address
kebbel.eu-de-1.cloud.sap
also does not return a ping , nor ishttps://keppel.eu-de-1.cloud.sap/v2/
reachable via web browser.Is the docker image address listed in the documentation still accurate?