......@@ -28,3 +28,17 @@ Vagrant Cascadian updated reprotest 0.7.21 https://git.savannah.gnu.org/cgit/gui
* Vagrant Cascadian sent an update of the Reproducible Builds status in GNU Guix
https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00161.html
* the essential and required package set have become 100% reproducible in Debian bookworm amd64 and arm64,
though both not for i386 (ncurses) and armhf (sed)
link https://tests.reproducible-builds.org/debian/bookworm/amd64/pkg_set_required.html
and https://tests.reproducible-builds.org/debian/bookworm/amd64/pkg_set_essential.html
* it has become super easy to install reproducible Debian bullseye (or bookworm) amd64 docker containers with podman on Debian bullseye:
<code>
$ sudo apt install podman
$ podman run --rm -it debian:bullseye bash
</code>
The image used is build using debuerrotype as explained on https://docker.debian.net/ which also explains
how to build the image and what checksums are expected.