flake(pihole): build pihole docker image (x86_64 & aarch64) + basic devShell for updating image info

This commit is contained in:
Christopher Bacher 2022-09-25 22:15:27 +02:00
commit ef77de3abd
2 changed files with 69 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
imageName = "pihole/pihole";
imageDigest = "sha256:aa6140856dfc67f3ae36c352e30903f944e4e220699ffeeaf6b85235b2d84c95";
finalImageTag = "2022.09.4";
os = "linux";
}