Add containerd-shim binary

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure 2017-01-12 10:29:37 -08:00
parent 3234546ee6
commit 3cb57fa2d6
7 changed files with 780 additions and 2 deletions

View file

@ -14,7 +14,7 @@ PACKAGES=$(shell go list ./... | grep -v /vendor/)
INTEGRATION_PACKAGE=${PROJECT_ROOT}/integration
# Project binaries.
COMMANDS=ctr containerd protoc-gen-gogoctrd
COMMANDS=ctr containerd containerd-shim protoc-gen-gogoctrd
BINARIES=$(addprefix bin/,$(COMMANDS))
# TODO(stevvooe): This will set version from git tag, but overrides major,
@ -130,4 +130,3 @@ coverage-integration: ## generate coverprofiles from the integration tests
help: ## this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort