Merge pull request #3424 from aledbf/update-image

Update nginx image
This commit is contained in:
k8s-ci-robot 2018-11-16 08:42:00 -08:00 committed by GitHub
commit d26543aa85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.69
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.70
ifeq ($(ARCH),arm)
QEMUARCH=arm

View file

@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1
fi
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v11122018-14fe4898a
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v11162018-ef7143f5a
DOCKER_OPTS=${DOCKER_OPTS:-""}

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.69
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.70
RUN clean-install \
g++ \