FIXUP: Improve the reproducibility check section

This commit is contained in:
Alex Pyrgiotis 2025-01-14 23:47:16 +02:00
parent c1f25484ff
commit aa710e84c9
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -113,8 +113,9 @@ poetry run jinja2 Dockerfile.in Dockerfile.env > Dockerfile
### Reproducing the image ### Reproducing the image
For a simple way to reproduce a Dangerzone container image, either local or For a simple way to reproduce a Dangerzone container image, either local or
pushed to a container registry, you can run the following command in a Linux pushed to a container registry, you can checkout the commit this image was built
environment: from (you can find it from the image tag in its `g<commit>` portion), and run
the following command in a Linux environment:
``` ```
./dev_scripts/reproduce.py <image> ./dev_scripts/reproduce.py <image>