mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add image for cng deployment
This commit is contained in:
parent
9bba95420a
commit
45f078d6f1
5 changed files with 54 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue