talkatu/builders

Parents 9d38adc81f4c
Children 21c23001d7b4
Fix up the valgrind image by moving it to bullseye and tie the debug source to bullseye
--- a/Dockerfile.valgrind Mon Oct 07 05:34:43 2019 -0500
+++ b/Dockerfile.valgrind Mon Oct 07 06:32:47 2019 -0500
@@ -1,9 +1,9 @@
-FROM talkatu/builders:debian-buster-amd64
+FROM talkatu/builders:debian-bullseye-amd64
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
- echo deb http://debug.mirrors.debian.org/debian-debug/ unstable-debug main > /etc/apt/sources.list.d/dbgsym.list && \
+ echo deb http://debug.mirrors.debian.org/debian-debug/ bullseye-debug main > /etc/apt/sources.list.d/dbgsym.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
valgrind \