kata-containers:fix-go-version-detect

Last commit made on 2019-07-02
Get this branch:
git clone -b fix-go-version-detect https://git.launchpad.net/kata-containers

Branch merges

Branch information

Name:
fix-go-version-detect
Repository:
lp:kata-containers

Recent commits

dab1a27... by Jose Carlos Venegas Munoz

rootfs: fix golang version detection

When the rootfs creation is used for PRs there is
not a match with a kata runtime version, in this
case lets clone the runtime repository and checkout
to the kata branch target. If is already cloned
this mean this was set by depens-on script or the user.

Fixes: #326

Signed-off-by: Jose Carlos Venegas Munoz <email address hidden>

0c48630... by James Hunt

Merge pull request #318 from xs3c/chronyc-with-makestep

rootfs: configure chronyc service with makestep

a84fcf2... by James Hunt

Merge pull request #292 from marcov/versions.yaml

agent: detect required Go version from versions.yaml

5318edb... by Marco Vedovati <email address hidden>

Merge pull request #321 from Pennyzct/exclude_aarch64_from_clearlinux_and_euleros

rootfs-builder: exclude unsupported archs from euleros and clearlinux

5a5ffa4... by Penny Zheng <email address hidden>

rootfs-builder: exclude unsupported archs from euleros

For euleros, it has supported aarch64 starting from v2.3,
but here is the sad part, there existed bugs in their 2.3.x image,
this bug existed in both x86_64 and aarch64 image.
related issue euleros/euleros-docker-images/#13
(https://github.com/euleros/euleros-docker-images/issues/13) has been raised.

Fixes: #320

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

7dc15c2... by Penny Zheng <email address hidden>

rootfs-builder: exclude unsupported archs from clearlinux

For clearlinux, for now, it is only designed for amd64.

Fixes: #320

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

a118a60... by James Hunt

Merge pull request #314 from marcov/silent-logs

tests: reduce the amount of log displayed

0e0e74b... by Jose Carlos Venegas Munoz

Merge pull request #265 from amshinde/configure-chrony-systemd

chrony: Configure chrony to start only when /dev/ptp0 exists.

d2e80f5... by Archana Shinde

chrony: Configure chrony to start only when /dev/ptp0 exists.

Hypercall to implement virtual PTP was introduced in kernel 4.10
Have chrony run only if the device created by kvm-ptp exists.
Add this as a ConditionExists in the systemd service file.

This service if named as chrony.service in deb based distributions
rather than chronyd.service, although a systemd alias exists.
However it is not possible to come up with a generic `PATH` systemd
unit relying on the alias.

Fixes #308

Signed-off-by: Archana Shinde <email address hidden>

434418c... by Jose Carlos Venegas Munoz

Merge pull request #319 from marcov/debian-tmp.mount

rootfs: install systemd tmp.mount if needed