Skip to content

Commit

Permalink
Merge pull request #10 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
README.md: comparison with reproducible-containers/repro-pkg-cache
  • Loading branch information
AkihiroSuda authored Sep 16, 2023
2 parents 126c368 + 74a5680 commit 1ddc967
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,16 @@ Distribution-specific default values:
| Debian (>= 12) | Timestamp of `/etc/apt/sources.list.d/debian.sources` | `http://snapshot-cloudflare.debian.org/archive/` |
| Ubuntu | Timestamp of `/etc/apt/sources.list` | `http://snapshot.ubuntu.com/` |
| ArchLinux | Timestamp of `/var/log/pacman.log` | `http://archive.archlinux.org/` |


## Related project
<https://github.com/reproducible-containers/repro-pkg-cache> contains Dockerfile examples to reproduce package cache
with specific versions, by pushing the cache to an image registry.

|Project |Cache location |Best for |
|------------------------------------------------------------------|-----------------------------------------|-------------------------------------|
|<https://github.com/reproducible-containers/repro-sources-list.sh>|Distros' permanent snapshot servers (\*1)|Debian, Ubuntu, ArchLinux |
|<https://github.com/reproducible-containers/repro-pkg-cache> |Your own permanent image registry |Alpine, Fedora, Rocky, openSUSE, etc.|

(\*1): The packages can be also ephemerally cached on GitHub Actions to reduce loads on distros' snapshot servers.
See the [Hints](#hints) above.

0 comments on commit 1ddc967

Please sign in to comment.