chainguard-images / images

Public Chainguard Images
https://chainguard.dev/chainguard-images
Apache License 2.0
543 stars 140 forks source link

Unable to pull any chainguard images #1267

Open tclarke opened 1 year ago

tclarke commented 1 year ago

Which image/versions are related to this issue/feature request?

docker pull, bazel rules_oci pull, and curl to appropriate blob URL fail.

bazel and curl report 503 Service Unavailable

Issue/Feature description

Ubuntu 20.04.6 LTS amd64

gecube commented 11 months ago

works for me:

components % docker pull cgr.dev/chainguard/promtail:latest-dev
latest-dev: Pulling from chainguard/promtail
bb4172f840a4: Pull complete 
Digest: sha256:2cba8ca786217cdcfa8e35fbe82a0802c9baa96332adb6649d14649961b62540
Status: Downloaded newer image for cgr.dev/chainguard/promtail:latest-dev
cgr.dev/chainguard/promtail:latest-dev

What's Next?
  View summary of image vulnerabilities and recommendations → docker scout quickview cgr.dev/chainguard/promtail:latest-dev
freefood89 commented 11 months ago

I'm having similar issues but only from GKE. I am able to pull it using docker locally, but not from GKE. I've tried from another GKE cluster on the same network and another GKE cluster from a different network.

kubectl run -it --image cgr.dev/chainguard/busybox:latest -- sh
error: timed out waiting for the condition

kubectl run -it --image cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 -- sh
error: timed out waiting for the condition

the VM shows these errors: time="2023-09-21T09:15:53.646892709Z" level=info msg="trying next host" error="failed to do request: Head \"https://cgr.dev/v2/chainguard/busybox/manifests/sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791\": dial tcp 34.107.162.32:443: i/o timeout" host=cgr.dev

freefood89 commented 11 months ago

nevermind, it was a networking issue..