Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.25

ARG DEBIAN_TRIXIE_SLIM=docker.io/library/debian:trixie-slim@sha256:28de0877c2189802884ccd20f15ee41c203573bd87bb6b883f5f46362d24c5c2
ARG DEBIAN_TRIXIE_SLIM=docker.io/library/debian:trixie-slim@sha256:020c0d20b9880058cbe785a9db107156c3c75c2ac944a6aa7ab59f2add76a7bd

# build-env runs on the BUILD host (so the arm/v7 and arm/v5 images cross-compile on an amd64/arm64
# runner rather than under slow QEMU). For a native target (amd64 on amd64, arm64 on arm64) the
Expand Down
2 changes: 1 addition & 1 deletion e2e/valgrind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Builds the reflector with debug symbols and NO sanitizers (ASan and valgrind are mutually
# exclusive), then packages it under valgrind. Used by soak.py to leak-check the daemon under a
# sustained mDNS/SSDP flood. Build from the repo root: docker build -f e2e/valgrind/Dockerfile .
ARG DEBIAN=docker.io/library/debian:trixie-slim@sha256:28de0877c2189802884ccd20f15ee41c203573bd87bb6b883f5f46362d24c5c2
ARG DEBIAN=docker.io/library/debian:trixie-slim@sha256:020c0d20b9880058cbe785a9db107156c3c75c2ac944a6aa7ab59f2add76a7bd

FROM ${DEBIAN} AS build
RUN apt-get update \
Expand Down
Loading