Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
22bdaecb
Commit
22bdaecb
authored
Aug 19, 2017
by
Di Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump QEMU to new version 2.9.1
parent
2ba796fe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
build/debian-base/Makefile
+1
-1
Makefile
build/debian-iptables/Makefile
+1
-1
Makefile
test/images/Makefile
+1
-1
No files found.
build/debian-base/Makefile
View file @
22bdaecb
...
...
@@ -23,7 +23,7 @@ TAG ?= 0.1
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
...
...
build/debian-iptables/Makefile
View file @
22bdaecb
...
...
@@ -19,7 +19,7 @@ IMAGE=debian-iptables
TAG
=
v7
ARCH
?=
amd64
TEMP_DIR
:=
$(
shell
mktemp
-d
)
QEMUVERSION
=
v2.
7.0
QEMUVERSION
=
v2.
9.1
ifeq
($(ARCH),arm)
QEMUARCH
=
arm
...
...
test/images/Makefile
View file @
22bdaecb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment