fix: locate PostgreSQL binaries in Unraid image
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-25 23:18:50 +02:00
parent 8648b4f4d1
commit 6c09d16a02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ def test_unraid_uses_one_dockerman_container_with_ui_metadata() -> None:
entrypoint = (ROOT / "scripts" / "unraid_aio_entrypoint.sh").read_text(encoding="utf-8")
assert "python:3.13-slim-trixie" in dockerfile
assert "postgres-aio17" in entrypoint
assert "command -v pg_config" in entrypoint
assert "pg_config --bindir" in entrypoint
def test_runtime_is_compatible_with_read_only_container() -> None: