From aa710e84c99ed29925bc7d4b126629f8fa8f1865 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 14 Jan 2025 23:47:16 +0200 Subject: [PATCH] FIXUP: Improve the reproducibility check section --- docs/developer/reproducibility.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/developer/reproducibility.md b/docs/developer/reproducibility.md index 5a48dd6..917098f 100644 --- a/docs/developer/reproducibility.md +++ b/docs/developer/reproducibility.md @@ -113,8 +113,9 @@ poetry run jinja2 Dockerfile.in Dockerfile.env > Dockerfile ### Reproducing the image 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 -environment: +pushed to a container registry, you can checkout the commit this image was built +from (you can find it from the image tag in its `g` portion), and run +the following command in a Linux environment: ``` ./dev_scripts/reproduce.py