flake(pihole): build pihole docker image (x86_64 & aarch64) + basic devShell for updating image info
This commit is contained in:
commit
ef77de3abd
2 changed files with 69 additions and 0 deletions
6
pihole-image-base-info.nix
Normal file
6
pihole-image-base-info.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imageName = "pihole/pihole";
|
||||
imageDigest = "sha256:aa6140856dfc67f3ae36c352e30903f944e4e220699ffeeaf6b85235b2d84c95";
|
||||
finalImageTag = "2022.09.4";
|
||||
os = "linux";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue