File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ if [ "$TEST_CLUSTER" = "minikube" ]; then
105
105
rm -rf kubernetes
106
106
elif [[ " $ARCH " = " arm64" ]]; then
107
107
git clone -b v1.9.11 --depth 1 https://github.com/kubernetes/kubernetes.git
108
- sed -i ' s/:1.11/:1.25.0 /' kubernetes/cluster/addons/registry/images/Dockerfile
108
+ sed -i ' s/:1.11/:1.22.1 /' kubernetes/cluster/addons/registry/images/Dockerfile
109
109
minikube image build -t google_containers/kube-registry-proxy:0.5-SNAPSHOT kubernetes/cluster/addons/registry/images/
110
110
minikube addons enable registry --images=" Registry=arm64v8/registry:2.8.2,KubeRegistryProxy=google_containers/kube-registry-proxy:0.5-SNAPSHOT"
111
111
rm -rf kubernetes
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ if [ "$ARCH" == "arm64" ]; then
10
10
ARCH=" aarch64"
11
11
fi
12
12
13
-
14
13
readonly VERSION=" 0.9.0"
15
14
wget https://github.com/koalaman/shellcheck/releases/download/v$VERSION /shellcheck-v$VERSION .linux.$ARCH .tar.xz -O shellcheck.tar.xz
16
15
tar xf shellcheck.tar.xz -C /tmp --strip-components 1
You can’t perform that action at this time.
0 commit comments