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-14 18:03:55 -04:00
imageDigest = "sha256:73602f0cdabd8c8805d53b6f6a698f4fab5000896aae05549d71d7e7e8b6110d";
sha256 = "1mkskwa4s7j86qj42b7sgdjp9s3c838i3i5lmba0l69pdmgygs3m";
2024-02-28 12:31:40 -05:00
finalImageName = "postgres";
finalImageTag = "14";
}