headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

docker pull limits on CI #2417

Closed illume closed 1 week ago

illume commented 1 week ago

Getting this error on the docker pull requests...

#8 [internal] load metadata for docker.io/library/node:18@sha256:d0bbfdbad0bff8253e6159dcbee42141db4fc309365d5b8bcfce46ed71569078
#8 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/node/manifests/sha256:d0bbfdbad0bff8253e6159dcbee[42](https://github.com/headlamp-k8s/headlamp/actions/runs/11331518470/job/31511712340?pr=2416#step:10:43)141db4fc309365d5b8bcfce46ed71569078: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

Change base images to somewhere else? Or is there a setting we can set?

illume commented 1 week ago

Maybe it was just a temporary error... If I see it again I'll open this back up.