Skip to content

Commit b323cb1

Browse files
committed
feat: add docker sdk support
1 parent 85a6317 commit b323cb1

2 files changed

Lines changed: 729 additions & 0 deletions

File tree

‎crates/hm-dsl-engine/harmont-py/harmont/__init__.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
from typing import TYPE_CHECKING, Any
3131

3232
from . import _decorator, py
33+
from ._docker import DockerProject, docker
3334
from ._cmake import CMakeProject, CMakeToolchain, cmake
3435
from ._duration import parse_duration as _parse_duration
3536
from ._elixir import elixir
@@ -311,11 +312,13 @@ def group(steps: list[Step] | tuple[Step, ...]) -> tuple[Step, ...]:
311312
"Pipeline",
312313
"RustProject",
313314
"ScalaProject",
315+
"DockerProject",
314316
"Step",
315317
"Target",
316318
"apt_base",
317319
"cmake",
318320
"compose",
321+
"docker",
319322
"dump_registry_json",
320323
"elixir",
321324
"forever",

0 commit comments

Comments
 (0)