Сделал билды для имиджей из dockerfiles/

This commit is contained in:
Sergey Antropoff
2026-04-30 09:56:51 +03:00
parent 1d2301fb09
commit 0181c8fb66
29 changed files with 828 additions and 37 deletions

View File

@@ -123,6 +123,7 @@ class TestHostSpec(BaseModel):
groups: list[str] = Field(default_factory=list)
command: str = "tail -f /dev/null"
privileged: bool = True
systemd: bool = False
class TestLaunchRequest(BaseModel):