nixos-configs/devices/nos/modules/docker/resume/images/postgres.nix
matt1432 827bf6ba8c
All checks were successful
Discord / discord commits (push) Has been skipped
feat(docker): arion -> khepri
2024-07-24 15:49:31 -04:00

8 lines
283 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:d98d4ee225766374077e2d689a4a20be9195c0c112dfc36ff9b54701d279e221";
sha256 = "1pg0rwqyzlhrik4x4bkx416qb034xrd0nmsckqd9w6ncsmppibvm";
finalImageName = "postgres";
finalImageTag = "15-alpine";
}