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

9 lines
283 B
Nix
Raw Normal View History

2024-02-28 13:17:20 -05:00
pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
2024-05-23 21:22:11 -04:00
imageDigest = "sha256:0cec11eaf51a9af24c27a09cae9840a9234336e5bf9edc5fdf67b3174ba05210";
sha256 = "1n6amn216l17sah7kj2lax9s1rhz09k5axh18v2caz3r0f6srsw5";
2024-02-28 13:17:20 -05:00
finalImageName = "postgres";
finalImageTag = "15-alpine";
}