Skip to content
Open
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.26

ARG DEBIAN_TRIXIE_SLIM=docker.io/library/debian:trixie-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258
ARG DEBIAN_TRIXIE_SLIM=docker.io/library/debian:trixie-slim@sha256:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132

# 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:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258
ARG DEBIAN=docker.io/library/debian:trixie-slim@sha256:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132

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