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-10 14:18:50 -04:00
imageDigest = "sha256:c516ac417cc045bbeb1738c6ddc9ea0faa5dee101758a4147836c11f76da3e09";
sha256 = "09d90slkahbdi368dwpsjpkaqq5yzx5hyv6p27mz9hv9q6w3j64z";
2024-02-28 12:31:40 -05:00
finalImageName = "postgres";
finalImageTag = "14";
}