Files
linuxkit/alpine/kernel
Ian Campbell b8a7032161 Add || true to the docker rmi invocations in the clean target
Linux xargs calls the command with no arguments if it gets no inputs, which
`docker rmi` complains about. It provides -r / --no-run-if-empty to prevent
this but unfortunately this isn't supported on OSX.

Ignore errors from `docker rmi` so that `make clean` will keep going and clean
up later stuff.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
2016-06-08 13:59:47 +01:00
..
2016-02-19 14:59:55 +00:00
2016-05-23 19:01:13 +01:00
2016-04-05 13:40:36 +01:00

Temporary non modular kernel config for pinata alpha

TODO: build with Alpine and/or use Alpine kernels - needs some patches.