mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 01:42:38 +02:00
16 lines
968 B
Bash
16 lines
968 B
Bash
# Should be the INDEX DIGEST from an image tagged `bookworm-<DATE>-slim`:
|
|
# https://hub.docker.com/_/debian/tags?name=bookworm-
|
|
#
|
|
# Tag for this digest: bookworm-20250317-slim
|
|
DEBIAN_IMAGE_DIGEST=sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d
|
|
# Can be bumped to today's date
|
|
DEBIAN_ARCHIVE_DATE=20250331
|
|
# Can be bumped to the latest date in https://github.com/google/gvisor/tags
|
|
GVISOR_ARCHIVE_DATE=20250326
|
|
# Can be bumped to the latest version and checksum from https://github.com/ebandal/H2Orestart/releases
|
|
H2ORESTART_CHECKSUM=935e68671bde4ca63a364128077f1c733349bbcc90b7e6973bc7a2306494ec54
|
|
H2ORESTART_VERSION=v0.7.2
|
|
|
|
# Buildkit image (taken from freedomofpress/repro-build)
|
|
BUILDKIT_IMAGE="docker.io/moby/buildkit:v19.0@sha256:14aa1b4dd92ea0a4cd03a54d0c6079046ea98cd0c0ae6176bdd7036ba370cbbe"
|
|
BUILDKIT_IMAGE_ROOTLESS="docker.io/moby/buildkit:v0.19.0-rootless@sha256:e901cffdad753892a7c3afb8b9972549fca02c73888cf340c91ed801fdd96d71"
|