Skip to content

Commit

Permalink
Update e2e image (#4884)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jan 5, 2020
1 parent fd282c1 commit 9c0061f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/run-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function cleanup {
}
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:-}

Expand Down
2 changes: 1 addition & 1 deletion images/e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ RUN apk add --no-cache \
gcc \
git \
musl-dev \
python \
openssl

RUN set -eux; \
apk add --no-cache --virtual .build-deps \
g++ \
python \
pkgconfig \
openssl \
unzip \
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9c0061f

Please sign in to comment.