feat: add support for debian 13 (trixie)
This commit is contained in:
parent
d2ad01fd37
commit
14ae02d552
6 changed files with 67 additions and 0 deletions
9
debian/13/build.sh
vendored
Executable file
9
debian/13/build.sh
vendored
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue