mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 14:51:20 -03:00
add git-changelog to release container
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.1.0
|
||||
1.2.0
|
||||
|
||||
Reference in New Issue
Block a user