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-05 08:45:20 -04:00
imageDigest = "sha256:1158769d52c0ca272ced2bba4acfea3da625d5262b7321cf742dfd3d909719cf";
sha256 = "1wpfcwhjjxl3xmv30vh6drq0da58ws0jr5j4vbfgbc0gpnh9xa19";
2024-02-28 13:17:20 -05:00
finalImageName = "postgres";
finalImageTag = "15-alpine";
}