mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:23:23 +00:00
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>
5 lines
101 B
Makefile
5 lines
101 B
Makefile
IMAGE=containerd
|
|
DEPS=$(wildcard cmd/service/*.go) etc/containerd/config.toml
|
|
|
|
include ../package.mk
|