Update e2e image
This commit is contained in:
parent
7bd62f5c0a
commit
5f03b07245
5 changed files with 8 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue