Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update e2e image #4884

Merged
merged 1 commit into from
Jan 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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