nixos-configs/devices/nos/modules/arion/forgejo/images/postgres.nix

9 lines
276 B
Nix
Raw Normal View History

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
2024-05-16 08:52:56 -04:00
imageDigest = "sha256:da8b991e3909fc95a272fcbeb1e0d79ce1a7028fe1549b1ba0ed0a6a45e126cb";
2024-05-14 18:03:55 -04:00
sha256 = "1mkskwa4s7j86qj42b7sgdjp9s3c838i3i5lmba0l69pdmgygs3m";
finalImageName = "postgres";
finalImageTag = "14";
}