From 8f7046e1e9688ed9d7eba36aa66a6ac2604456f3 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 8 Sep 2021 00:16:39 +0200 Subject: [PATCH] fix tag on release dockerfile and removed unused dependency --- containers/apps/truecharts-release/Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/containers/apps/truecharts-release/Dockerfile b/containers/apps/truecharts-release/Dockerfile index 64d02ebbbee..212b9fd12c9 100644 --- a/containers/apps/truecharts-release/Dockerfile +++ b/containers/apps/truecharts-release/Dockerfile @@ -5,10 +5,7 @@ FROM quay.io/helmpack/chart-releaser:v1.2.1 AS cr 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 quay.io/git-chglog/git-chglog:v0.15.0 AS gcl +FROM quay.io/git-chglog/git-chglog:0.15.0 AS gcl # hadolint ignore=DL3007 FROM ixsystems/catalog_validation:latest @@ -28,10 +25,6 @@ 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 - # hadolint ignore=DL3008,DL3015,SC2086,SC2155 RUN --mount=type=bind,from=gcl,source=/usr/local/bin,target=/gclbin \ cp /gclbin/git-chglog /usr/local/bin/git-chglog