tools: Move and rename kernel-compile container

Move it to tools and renamed it to kernel-compile, similar to
c-compile and go-compile.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-04-25 16:06:58 +01:00
parent 8e71b5624c
commit 6240f73bd7
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.PHONY: tag push
BASE=alpine:3.5
IMAGE=alpine-build-kernel
IMAGE=kernel-compile
default: push