Skip to content

Commit

Permalink
build: Add build of metalk8s-alert-logger container image
Browse files Browse the repository at this point in the history
Refs: #3180
  • Loading branch information
alexandre-allard committed Apr 6, 2021
1 parent 91f3eb3 commit acc2e53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildchain/buildchain/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ def _operator_image(name: str, **kwargs: Any) -> targets.OperatorImage:
# }}}
# Container images to build {{{
TO_BUILD: Tuple[targets.LocalImage, ...] = (
_local_image(
name="metalk8s-alert-logger",
),
_local_image(
name="salt-master",
build_args={"SALT_VERSION": versions.SALT_VERSION},
Expand Down
5 changes: 5 additions & 0 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
digest="sha256:240b10b07e15e95c3009da938e3abb8bef2fa47ea1f719ae58f7dd116bcb2f10",
),
# Local images
Image(
name="metalk8s-alert-logger",
version=VERSION,
digest=None,
),
Image(
name="metalk8s-ui",
version=VERSION,
Expand Down

0 comments on commit acc2e53

Please sign in to comment.