Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
version: Add QEMU and kernel with virtiofs 3.0
Browse files Browse the repository at this point in the history
This adds QEMU and the kernel with virtiofs 3.0 at the versions.yaml
file.

Depends-on: github.com/kata-containers/packaging#710

Fixes #2051

Signed-off-by: Gabriela Cervantes <[email protected]>
  • Loading branch information
GabyCT committed Sep 13, 2019
1 parent 4d74fa1 commit bca37c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ assets:
branch: "master"
tag: "v3.1.0-rc2"
commit: "47c1cc30e440860aa695358f7c2dd0b9d7b53d16"

qemu-experimental:
description: "QEMU with virtiofs 3.0"
url: "https://gitlab.com/virtio-fs/qemu.git"
tag: "virtio-fs-v0.3"

image:
description: |
Root filesystem disk image used to boot the guest virtual
Expand Down Expand Up @@ -166,6 +172,11 @@ assets:
https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-(4\.19\..+)\.tar\.gz
version: "v4.19.71"

kernel-experimental:
description: "Linux kernel with virtiofs 3.0"
url: "https://gitlab.com/virtio-fs/linux.git"
tag: "virtio-fs-v0.3"

components:
description: "Core system functionality"

Expand Down

0 comments on commit bca37c3

Please sign in to comment.