Update e2e images (#4110)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-05-24 02:47:14 +02:00 committed by GitHub
parent ee1f36d8df
commit f63f0457be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 27 additions and 20 deletions

View file

@ -1,4 +1,4 @@
FROM quay.io/kubernetes-ingress-controller/e2e:v05062019-b4f2880ee AS BASE
FROM quay.io/kubernetes-ingress-controller/e2e:v05232019-ee1f36d8d AS BASE
FROM quay.io/kubernetes-ingress-controller/debian-base-amd64:0.1

View file

@ -40,7 +40,6 @@ RUN apt-get update && \
rpm && \
rm -rf /var/lib/apt/lists/*
# replace kubectl with one from K8S_RELEASE
ARG K8S_RELEASE
ARG ETCD_VERSION

View file

@ -15,3 +15,5 @@ docker-build:
docker-push:
$(DOCKER) push $(IMAGE):$(TAG)
$(DOCKER) tag $(IMAGE):$(TAG) $(IMAGE):latest
$(DOCKER) push $(IMAGE):latest