add deb and rpm targets to dockerfile
Signed-off-by: Jessica Frazelle <princess@docker.com> Upstream-commit: 21a07a63c9fc4cdab84ad15e68d407c894759831 Component: engine
This commit is contained in:
@ -46,6 +46,11 @@ binary: build
|
||||
cross: build
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh binary cross
|
||||
|
||||
deb: build
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh binary build-deb
|
||||
|
||||
rpm: build
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh binary build-rpm
|
||||
|
||||
test: build
|
||||
$(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration-cli test-docker-py
|
||||
|
||||
Reference in New Issue
Block a user