Configure your toolchain to use PkgRelay.
PkgRelay is a transparent proxy and cache for common package registries. Point your build tools at the relay endpoint and artifacts are mirrored on first request.
X-Relay-Token from the dashboard.https://pkgrelay.net/<registry>.npm config set registry https://pkgrelay.net/npm/
pip config set global.index-url https://pkgrelay.net/pypi/simple/
docker pull pkgrelay.net/docker/library/alpine:latest
Artifacts are cached for 30 days by default. Immutable versions are cached indefinitely.