Update e2e image
This commit is contained in:
parent
7bd62f5c0a
commit
5f03b07245
5 changed files with 8 additions and 4 deletions
|
@ -34,7 +34,7 @@ function cleanup {
|
|||
}
|
||||
trap cleanup EXIT
|
||||
|
||||
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v05312020-2a72fd981
|
||||
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v05312020-d250b97b4
|
||||
|
||||
DOCKER_OPTS=${DOCKER_OPTS:-}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ IMAGE = $(REGISTRY)/e2e-prow
|
|||
|
||||
.PHONY: image
|
||||
image:
|
||||
$(DOCKER) buildx build \
|
||||
docker buildx build \
|
||||
--pull \
|
||||
--push \
|
||||
--platform amd64 \
|
||||
|
|
|
@ -98,6 +98,9 @@ RUN wget -O /tmp/ct-${CHART_TESTING_VERSION}-linux-amd64.tar.gz \
|
|||
&& cp -R /tmp/ct-download/etc/* /etc/ct \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
RUN wget https://raw.githubusercontent.com/openresty/openresty-devel-utils/master/lj-releng -O /usr/local/bin/lj-releng \
|
||||
&& chmod +x /usr/local/bin/lj-releng
|
||||
|
||||
ARG HELM_VERSION
|
||||
|
||||
RUN wget -O /tmp/helm.tgz https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz \
|
||||
|
|
|
@ -22,7 +22,8 @@ PLATFORM ?= amd64
|
|||
.PHONY: image
|
||||
image:
|
||||
docker buildx build \
|
||||
--load \
|
||||
--pull \
|
||||
--push \
|
||||
--progress plain \
|
||||
--platform $(PLATFORM) \
|
||||
--build-arg K8S_RELEASE=v1.15.7 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/kubernetes-ingress-controller/e2e:v05312020-2a72fd981 AS BASE
|
||||
FROM quay.io/kubernetes-ingress-controller/e2e:v05312020-d250b97b4 AS BASE
|
||||
|
||||
FROM alpine:3.12
|
||||
|
||||
|
|
Loading…
Reference in a new issue