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
10
scripts/install-kind
Executable file
10
scripts/install-kind
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
KIND_VERSION=${1}
|
||||
KIND_DOWNLOAD_SHA256=${2}
|
||||
|
||||
/scripts/download-file "kind" "https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-${TARGETARCH:-amd64}" "$KIND_DOWNLOAD_SHA256"
|
||||
chmod +x kind
|
||||
mv kind /usr/local/bin/ && kind --version
|
||||
Loading…
Add table
Add a link
Reference in a new issue