Skip to content

Commit

Permalink
GITBOOK-204: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored and gitbook-bot committed Dec 25, 2024
1 parent 0453033 commit 9013925
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions repositories/bincache/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Hosted Binary Cache

### GitHub Container Registry

{% hint style="info" %}
{% hint style="success" %}
* The prebuilt binaries are stored on [<mark style="color:orange;">**PkgForge's Github Organization**</mark>](https://github.com/orgs/pkgforge/packages) at: [https://github.com/orgs/pkgforge/packages?repo\_name=bincache](https://github.com/orgs/pkgforge/packages?repo_name=bincache)
* This is achieved with [oras](https://github.com/oras-project/oras) & allows us to use [Github Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-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.
Expand All @@ -17,17 +17,17 @@ description: Hosted Binary Cache

### HuggingFace Hub

{% hint style="info" %}
{% hint style="warning" %}
* The prebuilt binaries are also stored on [<mark style="color:orange;">**Pkgforge's Hugging Face**</mark>](https://huggingface.co/pkgforge) Repository at: [https://huggingface.co/datasets/pkgforge/bincache](https://huggingface.co/datasets/pkgforge/bincache)
* This is achieved with git-lfs & allows us to have a transparent & complete history (snapshots) of all previous versions.
* This is our secondary cache & serves as backup in case [ghcr](https://ghcr.io/) goes down
* This is our secondary cache, usually a week behind the main cache & serves as backup in case [ghcr](https://ghcr.io/) goes down
{% endhint %}

***

### CloudFlare R2

{% hint style="warning" %}
{% hint style="danger" %}
* Some of the prebuilt binaries are also stored on [<mark style="color:orange;">**Pkgforge's CloudFlare**</mark>](https://developers.cloudflare.com/r2/)[ <mark style="color:orange;">**R2 Bucket**</mark> ](https://developers.cloudflare.com/r2/)at: [https://bin.pkgforge.dev/](https://bin.pkgforge.dev/)
* This is achieved with [rClone](https://github.com/rclone/rclone) & allows us to have the most reliable & fastest access to the core binaries we depend on.
* **This cache reserve does NOT contain everything & is meant for pkgforge's CI use only**
Expand Down
6 changes: 3 additions & 3 deletions repositories/pkgcache/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Hosted Package Cache

### GitHub Container Registry

{% hint style="info" %}
{% hint style="success" %}
* The prebuilt packages are stored on [<mark style="color:orange;">**PkgForge's Github Organization**</mark>](https://github.com/orgs/pkgforge/packages) at: [https://github.com/orgs/pkgforge/packages?repo\_name=pkgcache](https://github.com/orgs/pkgforge/packages?repo_name=pkgcache)
* This is achieved with [oras](https://github.com/oras-project/oras) & allows us to use [Github Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-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.
Expand All @@ -17,8 +17,8 @@ description: Hosted Package Cache

### HuggingFace Hub

{% hint style="info" %}
{% hint style="warning" %}
* The prebuilt packages are stored on [<mark style="color:orange;">**Pkgforge's Hugging Face**</mark>](https://huggingface.co/pkgforge) Repository at: [**https://huggingface.co/datasets/pkgforge/pkgcache/tree/main**](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 & serves as backup in case [ghcr](https://ghcr.io/) goes down
* This is our secondary cache, usually a week behind the main cache & serves as backup in case [ghcr](https://ghcr.io) goes down
{% endhint %}

0 comments on commit 9013925

Please sign in to comment.