mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix build image name
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
91ddfd286f
commit
604753b43a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
.PHONY: all all-local build build-local check check-code check-format run-tests check-local integration-tests install-deps coveralls circle-ci start-services clean
|
||||
SHELL=/bin/bash
|
||||
build_image=libnetwork-build
|
||||
build_image=libnetworkbuild
|
||||
dockerargs = --privileged -v $(shell pwd):/go/src/github.com/docker/libnetwork -w /go/src/github.com/docker/libnetwork
|
||||
container_env = -e "INSIDECONTAINER=-incontainer=true"
|
||||
docker = docker run --rm -it ${dockerargs} ${container_env} ${build_image}
|
||||
|
|
Loading…
Add table
Reference in a new issue