mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-28 22:05:08 +00:00
The kmod tests pull the kernel image to make sure they have the latest version to build images against. Unfortunately they were pulling the wrong kernel for non-4.9.x kernels. This is not a big issue in most cases, but may have caused issues when two different kernels packages were pushed with the same tag. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>