Cache
Hosted Package Cache
GitHub Container Registry
The prebuilt packages are stored on PkgForge's Github Organization at: https://github.com/orgs/pkgforge/packages?repo_name=pkgcache
This is achieved with oras & allows us to use Github Container Registry for a transparent & complete history (tags) of all previous versions.
This is our primary cache, and the rest are backups based on this one.
GitHub Releases
The prebuilt binaries are also mirrored at: https://github.com/pkgforge/pkgcache/releases
This is achieved by redownloading ghcr packages and then reuploading them to Github Releases
This is our secondary cache, and may not have all the packages due to github rate limits , is usually a week behind the main cache & serves as backup in case ghcr goes down
HuggingFace Hub
The prebuilt packages are stored on Pkgforge's Hugging Face Repository at: https://huggingface.co/datasets/pkgforge/pkgcache/tree/main
This is achieved with git-lfs & allows us to have a transparent & complete history (snapshots) of all previous versions.
This is our secondary cache and may not have all the packages, is usually a week behind the main cache & serves as backup in case ghcr goes down
Last updated
Was this helpful?