Update nginx image (#2328)
* Update nginx image * Update minikube start script
This commit is contained in:
parent
22a2e9b426
commit
156bc7a177
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
|
||||||
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
|
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
|
||||||
|
|
||||||
# Set default base image dynamically for each arch
|
# Set default base image dynamically for each arch
|
||||||
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.40
|
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.41
|
||||||
|
|
||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
QEMUARCH=arm
|
QEMUARCH=arm
|
||||||
|
|
|
@ -21,7 +21,7 @@ curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/$KUBE
|
||||||
chmod +x kubectl && sudo mv kubectl /usr/local/bin/
|
chmod +x kubectl && sudo mv kubectl /usr/local/bin/
|
||||||
|
|
||||||
echo "downloading minikube..."
|
echo "downloading minikube..."
|
||||||
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && \
|
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.25.2/minikube-linux-amd64 && \
|
||||||
chmod +x minikube && \
|
chmod +x minikube && \
|
||||||
sudo mv minikube /usr/local/bin/
|
sudo mv minikube /usr/local/bin/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue