Skip to content

Commit fa2f0e4

Browse files
committed
try to add shell-ui image
1 parent 97c2054 commit fa2f0e4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

buildchain/buildchain/image.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ def _local_image(name: str, **kwargs: Any) -> targets.LocalImage:
268268
"SALT_VERSION": versions.SALT_VERSION,
269269
},
270270
),
271+
_local_image(
272+
name="shell-ui",
273+
dockerfile=constants.ROOT / "shell-ui/Dockerfile",
274+
build_context=constants.ROOT / "shell-ui",
275+
),
271276
_local_image(
272277
name="metalk8s-ui",
273278
build_context=targets.ExplicitContext(

0 commit comments

Comments
 (0)