mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-20 20:47:16 +00:00
8e0e003b5064638ac90bb316200417c73d196969
Some of git's whitespace fixup option corrupts the patches by (at least) stripping trailing spaces (which are present for empty lines in context) and changing leading <space><tab> into just <tab>. `patch(1)` used by the build here seems to tolerate this, but `git am` and/or `git apply` do not. Fix this up by running git am and at each failure point (i.e. every patch) applying the relevant patch using `patch(1)` (which works because `git am` was unable to even partially apply the patches) before regenerating the whole lot with `git format-patch`. Signed-off-by: Ian Campbell <ian.campbell@docker.com>
Moby, the Alpine Linux distro for Docker editions
Simple build instructions: use make to build. make qemu will boot up in qemu in a container.
Requires GNU make, GNU tar (not Busybox tar), Docker to build.
Description
Languages
Go
48.2%
text
21.2%
Shell
14.1%
Dockerfile
5.7%
OCaml
4.6%
Other
6.2%