nixos-configs/devices/servivi/modules/arion/forgejo/images/postgres.nix
matt1432 0343967c75
All checks were successful
Discord / discord commits (push) Has been skipped
feat: pin docker images and run dind for act_runner
2024-01-08 01:11:22 -05:00

8 lines
276 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:1b8d18a565774e1734ea11ac1d4485d3eb168718f08c85dc2e24aeb16316249c";
sha256 = "05m8lmgly87cszg5iiv7c0gkz72bpdnh0kpp8zp91p32vyl225px";
finalImageName = "postgres";
finalImageTag = "14";
}