sapcc / vrops-exporter

Prometheus exporter running python to get metrics out of VMware vRealize Operations
Apache License 2.0
23 stars 16 forks source link

"net/http: request canceled while waiting for connection" upon "Make" #183

Closed rp-ni closed 3 years ago

rp-ni commented 3 years ago

Upon attempting the first step of installation (make) the following is returned containing an error:

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.

Is the docker image address listed in the documentation still accurate?

rp-ni commented 3 years ago

Resolved this by changing the first line to FROM alpine:latest