Commit 6b9ce5ba authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #50597 from dixudx/qemu_upgrade_2.9.1

Automatic merge from submit-queue bump QEMU version to v2.9.1 **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # xref #38067 **Special notes for your reviewer**: /assign @luxas **Release note**: ```release-note update QEMU version to v2.9.1 ```
parents 28857a2f 22bdaecb
......@@ -23,7 +23,7 @@ TAG ?= 0.2
TAR_FILE ?= rootfs.tar
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
QEMUVERSION=v2.7.0
QEMUVERSION=v2.9.1
ifeq ($(ARCH),amd64)
BASEIMAGE?=debian:jessie
......
......@@ -19,7 +19,7 @@ IMAGE=debian-iptables
TAG=v8
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
QEMUVERSION=v2.7.0
QEMUVERSION=v2.9.1
ifeq ($(ARCH),arm)
QEMUARCH=arm
......
......@@ -14,7 +14,7 @@
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
GOARM=7
QEMUVERSION=v2.7.0
QEMUVERSION=v2.9.1
GOLANG_VERSION=1.8.3
export
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment