Merge pull request #314 from jcvenegas/versions-update

versions: Update versions file.
This commit is contained in:
Salvador Fuentes 2018-05-17 13:02:12 -05:00 committed by GitHub
commit d0c17a8206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,11 +80,19 @@ assets:
meta: meta:
image-type: "clearlinux" image-type: "clearlinux"
initrd:
description: |
Root filesystem initrd used to boot the guest virtual
machine.
url: "https://github.com/kata-containers/osbuilder"
meta:
base-os: "alpine"
os-version: "3.7"
kernel: kernel:
description: "Linux kernel optimised for virtual machines" description: "Linux kernel optimised for virtual machines"
url: "https://github.com/kata-containers/linux" url: "https://cdn.kernel.org/pub/linux/kernel/v4.x/"
version: "v4.14.22-86.container" version: "v4.14.22"
release: "19790"
components: components:
description: "Core system functionality" description: "Core system functionality"
@ -111,7 +119,9 @@ externals:
description: | description: |
Containerd Plugin for Kubernetes Container Runtime Interface Containerd Plugin for Kubernetes Container Runtime Interface
url: "https://github.com/containerd/cri" url: "https://github.com/containerd/cri"
version: "v1.0.0-rc.2" version: "v1.0.0"
meta:
containerd-version: "1.1.0"
docker: docker:
description: "Moby project container manager" description: "Moby project container manager"