mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-03 07:55:17 +00:00
The kernel build currently downloads the source tar ball every time, which is a little tedious when experimenting with kernel configs or when compiling the kernel multiple times. This commit adds a new 'fetch' make target which downloads the kernel sources into ./sources. Then in the Dockerfile we add the directory and only download the source if it is not present. The tarballs signature is till checked on each build. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
22 lines
162 B
Plaintext
22 lines
162 B
Plaintext
*.log
|
|
Dockerfile.media
|
|
/bin
|
|
*.swp
|
|
*.img
|
|
*.tag
|
|
*.iso
|
|
*.raw
|
|
*.vhd
|
|
*.vmdk
|
|
*.vmdk.lck
|
|
*.tar
|
|
*.tar.xz
|
|
*.gz
|
|
*.vhdx
|
|
*.efi
|
|
*.qcow2
|
|
*-kernel
|
|
*-cmdline
|
|
*-state
|
|
artifacts/*
|