Merge "fix making building image issues"

This commit is contained in:
Zuul 2018-07-04 05:21:26 +00:00 committed by Gerrit Code Review
commit fd0d8da1e5
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ include .makeenv
base-build:
docker build \
--ulimit core=0 \
--network host \
-t $(BASE_CONTAINER_TAG) \
-f $(BASE_DOCKERFILE) \
.
@ -38,6 +39,7 @@ build:
--build-arg MYUID=$(UID) \
--build-arg MYUNAME=$(MYUNAME) \
--ulimit core=0 \
--network host \
-t $(TC_CONTAINER_TAG) \
-f $(TC_DOCKERFILE) \
.