Add image for cng deployment

This commit is contained in:
Andrejs Cunskis 2024-02-07 05:11:19 +00:00 committed by Balasankar 'Balu' C
parent 9bba95420a
commit 45f078d6f1
5 changed files with 54 additions and 1 deletions

View file

@ -111,6 +111,12 @@ ARG HELM_DOWNLOAD_SHA256
RUN if [ -n "$HELM_VERSION" ] ; then /scripts/install-helm "$HELM_VERSION" "$HELM_DOWNLOAD_SHA256"; fi
# Kind
ARG KIND_VERSION
ARG KIND_DOWNLOAD_SHA256
RUN if [ -n "$KIND_VERSION" ] ; then /scripts/install-kind "$KIND_VERSION" "$KIND_DOWNLOAD_SHA256"; fi
RUN /scripts/generate-locale
ENV LANG=C.UTF-8 \
LANGUAGE=C \