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

9 lines
276 B
Nix
Raw Normal View History

2024-02-28 12:31:40 -05:00
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";
2024-02-28 12:31:40 -05:00
finalImageName = "postgres";
finalImageTag = "14";
}