feat: add support for debian 13 (trixie)

This commit is contained in:
Pim van den Berg 2025-08-06 14:30:26 +02:00
parent d2ad01fd37
commit 14ae02d552
6 changed files with 67 additions and 0 deletions

9
debian/13/build.sh vendored Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -ex
IMAGE=pommib/powerdns:4.9-trixie
#docker pull $IMAGE
docker pull debian:trixie-slim
docker build --no-cache -t $IMAGE ./debian/13/
docker push $IMAGE