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

9 lines
276 B
Nix
Raw Normal View History

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
2024-08-08 23:27:42 -04:00
imageDigest = "sha256:b4d7cd7bd1bc275e8862271531e2180b6c3e9bd92f09e2f53f6c87836183235a";
sha256 = "0391kqxi9yi2kkh8zm5q4fl4xsris68qzwvdqmpcycxr1dgpwqhj";
finalImageName = "postgres";
finalImageTag = "14";
}