This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user