kata-containers:stable-1.6

Last commit made on 2019-06-21
Get this branch:
git clone -b stable-1.6 https://git.launchpad.net/kata-containers

Branch merges

Branch information

Name:
stable-1.6
Repository:
lp:kata-containers

Recent commits

fdacac9... by Wang Xu

Merge pull request #592 from Pennyzct/v4.19.52

v4.19.52: patch and config update for v4.19.52 on AArch64

77ef7e3... by Penny Zheng <email address hidden>

v4.19.52: patch and config update for v4.19.52 on AArch64

we need to do patch and config update for v4.19.52 on AArch64.
The config file adds a few configs involved with memory hot-plug
support.

Fixes: #591
Depends-on: github.com/kata-containers/runtime#1817

Signed-off-by: Penny Zheng <email address hidden>

0af1d43... by Jose Carlos Venegas Munoz

Merge pull request #582 from nitkon/entropy

ppc64le: enable kernel config options to enhance entropy

06b5ffe... by Jose Carlos Venegas Munoz

Merge pull request #594 from mcastelino/topic/jailer

kata-deploy: Add jailer binary

9b25e03... by Jose Carlos Venegas Munoz

Merge pull request #590 from chavafg/topic/static-qemu-prefix

static-build: qemu: be able to change prefix variable

dfa9bd7... by Manohar Castelino <email address hidden>

kata-deploy: Add jailer binary

Add jailer binary to kata-deploy. It allows us to enable jailer
with firecracker.

Fixes: #593

Signed-off-by: Manohar Castelino <email address hidden>

bb00e55... by Jose Carlos Venegas Munoz

Merge pull request #588 from chavafg/topic/qemu-static-fix

static-build: qemu: use tag if version doesn't exist

10dd307... by Salvador Fuentes Garcia

static-build: qemu: use tag if version doesn't exist

Use the tag of qemu from `versions.yaml` instead of the
version number if the version does not exist in references
of the repository.

Fixes: #587.

Signed-off-by: Salvador Fuentes <email address hidden>

0d1810f... by Salvador Fuentes Garcia

static-build: qemu: be able to change prefix variable

Instead of always having `prefix` hardcoded to `/opt/kata`,
change the script to be able to take the value from an
enviroment variable.

Fixes: #589.

Signed-off-by: Salvador Fuentes <email address hidden>

50895a5... by Nitesh Konkar

ppc64le: enable kernel config options to enhance entropy

In order to create enough entropy, the kernel needs some
configs to be enabled

Fixes: #581

Signed-off-by: Nitesh Konkar <email address hidden>