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-06-19 19:19:25 -04:00
imageDigest = "sha256:72b0091097472ae5c36ab51d646bc57fa1fc7b01bdf58686411a326a84a4ae78";
sha256 = "1jqwpc0i75ra1wcw4gcbpiahyql7gjgdhz46pjps3mcgdw6dk9sg";
2024-02-28 13:17:20 -05:00
finalImageName = "postgres";
finalImageTag = "15-alpine";
}