Files
linuxkit/pkg/containerd/Makefile
Justin Cormack 90f905a799 Move containerd clone to tools/alpine
As discussed before, as we use this in three places, cloning in
base makes more sense.

Update base image.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-08-21 15:16:09 +01:00

5 lines
101 B
Makefile

IMAGE=containerd
DEPS=$(wildcard cmd/service/*.go) etc/containerd/config.toml
include ../package.mk