mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-17 02:31:50 +02:00
FIXUP: Improve the reproducibility check section
This commit is contained in:
parent
c1f25484ff
commit
aa710e84c9
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue