pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
451 stars 226 forks source link

pinpoint-docker 2.5.4 Unable to perform Docker Compose Pull #201

Open Forgottenaaa opened 2 weeks ago

Forgottenaaa commented 2 weeks ago

e7c96db7181b: Already exists f910a506b6cb: Already exists c2274a1a0e27: Already exists [+] Pulling 5/12ll complete [+] Pulling 5/12kipped - Image is already being pulled by jobmanager 0.0s ✔ taskmanager Skipped - Image is already being pulled by jobmanager 0.0s ✔ zoo2 Skipped - Image is already being pulled by zoo1 0.0s ✔ zoo3 Skipped - Image is already being pulled by zoo1 0.0s

jobmanager [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 174.5s pinpoint-hbase [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 174.5s pinpoint-mysql [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 174.5s pinpoint-collector [⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 174.5s pinpoint-web [⠀⠀⠀⠀] Pulling 174.5s [+] Pulling 5/12h [⠀⠀⠀⠀] Pulling 174.5s ✔ taskmanager Skipped - Image is already being pulled by jobmanager 0.0s ✔ zoo2 Skipped - Image is already being pulled by zoo1 0.0s ✔ zoo3 Skipped - Image is already being pulled by zoo1 0.0s jobmanager [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 196.8s pinpoint-hbase [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 196.8s pinpoint-mysql [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 196.8s pinpoint-collector [⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 196.8s pinpoint-web [⠀⠀⠀⠀] Pulling 196.8s pinpoint-batch [⠀⠀⠀⠀] Pulling 196.8s ✔ zoo1 Pulled 31.6s pinpoint-agent [⠀⠀⠀] Pulling 196.8s ✔ pinpoint-quickstart Pulled 31.6s WARNING: Some service image(s) must be built from source by running: 137.5s docker compose build pinpoint-web pinpoint-collector pinpoint-hbase pinpoint-mysql pinpoint-agent pinpoint-batch jobmanageroint-web [⠀⠀⠀⠀] Pulling 137.5s 7 errors occurred:[⠀⠀⠀⠀] Pulling 137.5s ✔ zoo1 * error pulling image configuration: download failed after attempts=6: dialing production.cloudflare.docker.com:443 container via direct connection because has no HTTPS proxy: connecting to 104.244.43.248:443: dial tcp 104.244.43.248:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Forgottenaaa commented 2 weeks ago

[root@ pinpoint]# docker compose pull WARN[0000] /data/foxconn-energy-cloud/infrastructure/pinpoint/docker-compose.yml: version is obsolete [+] Pulling 5/14 ✔ jobmanager Skipped - Image is already being pulled by taskmanager 0.0s ✔ zoo1 Skipped - Image is already being pulled by zoo2 0.0s ⠋ pinpoint-hbase [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 196.0s ✔ zoo3 Skipped - Image is already being pulled by zoo2 0.0s ✔ pinpoint-quickstart Pulled 16.9s ⠋ pinpoint-collector [⠀⠀⠀⠀] Pulling 196.0s ⠋ pinpoint-batch [⠀⠀⠀⠀⠀⠀⠀] Pulling 196.0s ⠋ pinpoint-web [⠀⠀⠀⠀⠀] Pulling 196.0s ✔ zoo2 Pulled 17.0s ⠋ pinpoint-agent [⠀⠀⠀] Pulling 196.0s ⠋ taskmanager [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 196.0s ⠋ pinpoint-mysql [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 196.0s

WARNING: Some service image(s) must be built from source by running: docker compose build taskmanager pinpoint-web pinpoint-agent pinpoint-batch pinpoint-hbase pinpoint-collector pinpoint-mysql 7 errors occurred:

image

ga-ram commented 2 weeks ago

With docker compose file in master branch, docker compose pull command with PINPOINT_VERSION=2.5.4 modified in .env file succeeds without any warnings or errors. (Since the latest release is currently 3.0.0, you need to modify PINPOINT_VERSION to 2.5.4 to use v2.5.4) Please check your docker-compose.yml file as there's a warning log in your screenshot: docker-compose.yml: version is obsolete