add git-changelog to release container

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 22:41:14 +02:00
parent 3c0f1cf59d
commit d487eab61e
2 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,9 @@ 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:latest:v0.15.0 AS gcl
# hadolint ignore=DL3007
FROM ixsystems/catalog_validation:latest
@@ -29,5 +32,9 @@ RUN --mount=type=bind,from=hd,source=/usr/bin/,target=/hdbin \
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
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps"

View File

@@ -1 +1 @@
1.1.0
1.2.0