Add custom container to speedup build process

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 13:18:02 +02:00
parent c214543418
commit ee9ece3d59
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1 @@
focal-20210827

View File

@@ -0,0 +1,20 @@
# hadolint ignore=DL3007
FROM quay.io/helmpack/chart-releaser:v1.2.1 AS cr
# hadolint ignore=DL3007
FROM ixsystems/catalog_validation:latest
ARG TARGETPLATFORM
ARG VERSION
USER root
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3008,DL3015,SC2086,SC2155
RUN --mount=type=bind,from=builder,source=/usr/local/bin/cr,target=/crbin \
cp /crbin/cr /usr/local/bin/cr
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps"

View File

@@ -0,0 +1 @@
1.0.0

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
cat "./containers/base/ubuntu/VERSION"