mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add explicit kubectl sha256 check
This commit is contained in:
parent
dd3ad9e4c9
commit
423759a39f
3 changed files with 6 additions and 5 deletions
|
|
@ -90,8 +90,9 @@ RUN if [ -n "$GCLOUD_VERSION" ] ; then /scripts/install-gcloud $GCLOUD_VERSION;
|
|||
|
||||
# Kubectl
|
||||
ARG KUBECTL_VERSION
|
||||
ARG KUBECTL_DOWNLOAD_SHA256
|
||||
|
||||
RUN if [ -n "$KUBECTL_VERSION" ] ; then /scripts/install-kubectl $KUBECTL_VERSION; fi
|
||||
RUN if [ -n "$KUBECTL_VERSION" ] ; then /scripts/install-kubectl $KUBECTL_VERSION $KUBECTL_DOWNLOAD_SHA256; fi
|
||||
|
||||
RUN locale-gen C.UTF-8
|
||||
ENV LANG=C.UTF-8 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue