Update e2e image (#4884)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-04 22:18:29 -03:00 committed by GitHub
parent fd282c140d
commit 9c0061f482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ function cleanup {
} }
trap cleanup EXIT trap cleanup EXIT
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v01042020-d05149a70 E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v01042020-8fb2695d5
DOCKER_OPTS=${DOCKER_OPTS:-} DOCKER_OPTS=${DOCKER_OPTS:-}

View file

@ -39,12 +39,12 @@ RUN apk add --no-cache \
gcc \ gcc \
git \ git \
musl-dev \ musl-dev \
python \
openssl openssl
RUN set -eux; \ RUN set -eux; \
apk add --no-cache --virtual .build-deps \ apk add --no-cache --virtual .build-deps \
g++ \ g++ \
python \
pkgconfig \ pkgconfig \
openssl \ openssl \
unzip \ unzip \

View file

@ -1,4 +1,4 @@
FROM quay.io/kubernetes-ingress-controller/e2e:v01042020-d05149a70 AS BASE FROM quay.io/kubernetes-ingress-controller/e2e:v01042020-8fb2695d5 AS BASE
FROM alpine:3.11 FROM alpine:3.11