From 3c0f1cf59da715d4e56b3add7bd6d454c75118f3 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 7 Sep 2021 22:21:48 +0200 Subject: [PATCH] Add helm-changelog to dockerfile for release container --- containers/apps/truecharts-release/Dockerfile | 7 +++++++ containers/apps/truecharts-release/VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/containers/apps/truecharts-release/Dockerfile b/containers/apps/truecharts-release/Dockerfile index b3d1a67cce4..6260551bb0f 100644 --- a/containers/apps/truecharts-release/Dockerfile +++ b/containers/apps/truecharts-release/Dockerfile @@ -4,6 +4,9 @@ FROM quay.io/helmpack/chart-releaser:v1.2.1 AS cr # hadolint ignore=DL3007 FROM jnorwood/helm-docs:v1.5.0 AS hd +# hadolint ignore=DL3007 +FROM mogensen/helm-changelog:v0.0.1 AS hcl + # hadolint ignore=DL3007 FROM ixsystems/catalog_validation:latest @@ -22,5 +25,9 @@ RUN --mount=type=bind,from=cr,source=/usr/local/bin,target=/crbin \ RUN --mount=type=bind,from=hd,source=/usr/bin/,target=/hdbin \ cp /hdbin/helm-docs /usr/local/bin/helm-docs +# hadolint ignore=DL3008,DL3015,SC2086,SC2155 +RUN --mount=type=bind,from=hcl,source=/app,target=/hclbin \ + cp /hclbin/helm-changelog /usr/local/bin/helm-changelog + LABEL "maintainer"="TrueCharts " LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps" diff --git a/containers/apps/truecharts-release/VERSION b/containers/apps/truecharts-release/VERSION index 3eefcb9dd5b..9084fa2f716 100644 --- a/containers/apps/truecharts-release/VERSION +++ b/containers/apps/truecharts-release/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0