Skip to content

Commit

Permalink
Downgrade the kernel.
Browse files Browse the repository at this point in the history
Between 4.14.35 and 4.14.36 some patches were introduced
which slow down image load/pull times considerably.

For now force downgrade the kernel

See: linuxkit/linuxkit#3120

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
  • Loading branch information
rn committed Jul 26, 2018
1 parent ff4bb53 commit 9a03088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lcow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
kernel:
image: linuxkit/kernel:4.14.53
# For now use an older kernel. See https://github.com/linuxkit/linuxkit/issues/3120
image: linuxkit/kernel:4.14.35
cmdline: "console=ttyS0"
tar: none
init:
Expand Down

0 comments on commit 9a03088

Please sign in to comment.