mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-05 21:21:49 +02:00
Compare commits
7 commits
5af5baa828
...
b5c09e51d8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b5c09e51d8 | ||
![]() |
37c7608c0f | ||
![]() |
972b264236 | ||
![]() |
e38d8e5db0 | ||
![]() |
f92833cdff | ||
![]() |
07aad5edba | ||
![]() |
e8ca12eb11 |
3 changed files with 6 additions and 3 deletions
|
@ -49,6 +49,9 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or
|
||||||
container storage will no longer show a tag for this dependency
|
container storage will no longer show a tag for this dependency
|
||||||
([#1116](https://github.com/freedomofpress/dangerzone/pull/1116)).
|
([#1116](https://github.com/freedomofpress/dangerzone/pull/1116)).
|
||||||
Thanks [@sudoforge](https://github.com/sudoforge) for the contribution.
|
Thanks [@sudoforge](https://github.com/sudoforge) for the contribution.
|
||||||
|
- The `debian` base image is now referenced with a fully qualified URI,
|
||||||
|
including the registry hostname ([#1118](https://github.com/freedomofpress/dangerzone/pull/1118)).
|
||||||
|
Thanks [@sudoforge](https://github.com/sudoforge) for the contribution.
|
||||||
- Update the Dangerzone container image and its dependencies (gVisor, Debian base image, H2Orestart) to the latest versions:
|
- Update the Dangerzone container image and its dependencies (gVisor, Debian base image, H2Orestart) to the latest versions:
|
||||||
* Debian image release: `bookworm-20250317-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d`
|
* Debian image release: `bookworm-20250317-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d`
|
||||||
* Debian snapshots date: `2025-03-31`
|
* Debian snapshots date: `2025-03-31`
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
ARG DEBIAN_IMAGE_DIGEST=sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d
|
ARG DEBIAN_IMAGE_DIGEST=sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d
|
||||||
|
|
||||||
FROM debian@${DEBIAN_IMAGE_DIGEST} AS dangerzone-image
|
FROM docker.io/library/debian@${DEBIAN_IMAGE_DIGEST} AS dangerzone-image
|
||||||
|
|
||||||
ARG GVISOR_ARCHIVE_DATE=20250326
|
ARG GVISOR_ARCHIVE_DATE=20250326
|
||||||
ARG DEBIAN_ARCHIVE_DATE=20250331
|
ARG DEBIAN_ARCHIVE_DATE=20250331
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
ARG DEBIAN_IMAGE_DIGEST={{DEBIAN_IMAGE_DIGEST}}
|
ARG DEBIAN_IMAGE_DIGEST={{DEBIAN_IMAGE_DIGEST}}
|
||||||
|
|
||||||
FROM debian@${DEBIAN_IMAGE_DIGEST} AS dangerzone-image
|
FROM docker.io/library/debian@${DEBIAN_IMAGE_DIGEST} AS dangerzone-image
|
||||||
|
|
||||||
ARG GVISOR_ARCHIVE_DATE={{GVISOR_ARCHIVE_DATE}}
|
ARG GVISOR_ARCHIVE_DATE={{GVISOR_ARCHIVE_DATE}}
|
||||||
ARG DEBIAN_ARCHIVE_DATE={{DEBIAN_ARCHIVE_DATE}}
|
ARG DEBIAN_ARCHIVE_DATE={{DEBIAN_ARCHIVE_DATE}}
|
||||||
|
|
Loading…
Reference in a new issue