You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using apt in apt.bzl to create a Debian package index. Our CI went down because the snapshot repository we were using, https://snapshot-cloudflare.debian.org, went down. https://snapshot.debian.org was still up - it would be nice to have the ability to add it as a mirror URL. I think it would require updating _fetch_package_index in package_index.bzl to support multiple URLs.
The text was updated successfully, but these errors were encountered:
snapshot.debian.org was also not working for us (429 errors). We changed it to another mirror (utwente.nl) so it would be great if we could configure more beside debian.org.
+1, I've found the Debian mirror failures quire annoying. I've also seen the Cloudflare mirror have issues (e.g. lagging replication for months, at some point I think it was 6+ months behind!) but it's much better overall.
I've had to manually change this a few times while working on some project so I'm going to fix it once and for all 😄
jjmaestro
added a commit
to jjmaestro/rules_distroless
that referenced
this issue
Dec 11, 2024
FixesGoogleContainerTools#113
The Debian snapshot mirror fails quite often and, while the Cloudflare
mirror has had some issues in the past (e.g. it was lagging replication
for months) it's much more reliable.
This commit adds support for multiple URLs in the manifest. See
examples/debian_snapshot/bullseye.yaml for a sample usage.
We are using
apt
in apt.bzl to create a Debian package index. Our CI went down because the snapshot repository we were using, https://snapshot-cloudflare.debian.org, went down. https://snapshot.debian.org was still up - it would be nice to have the ability to add it as a mirror URL. I think it would require updating_fetch_package_index
in package_index.bzl to support multiple URLs.The text was updated successfully, but these errors were encountered: