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-06-13 22:27:54 -04:00
imageDigest = "sha256:92e5719074c63b2d30bc8eff29c7f18785a5a5cef01a87dc9e725080747fc57b";
sha256 = "10ld7pda7svs35939lmch0shc1rjdmrsksiv247656m67yyp1g3j";
2024-02-28 12:31:40 -05:00
finalImageName = "postgres";
finalImageTag = "14";
}