comparison service/collector/makefile @ 1398:53d7168bbe4c

standardize build. fix /state report Ignore-this: 5a9bc82de9f0d7398c9290fc2c7ecbf9 darcs-hash:76d1c973c00084e248d881159ee90a3ae4dee655
author drewp <drewp@bigasterisk.com>
date Sat, 06 Jul 2019 13:56:07 -0700
parents 6f27fe20f6eb
children
comparison
equal deleted inserted replaced
1397:7f3eba4cfc22 1398:53d7168bbe4c
4 TAG=bang6:5000/${JOB}_x86:latest 4 TAG=bang6:5000/${JOB}_x86:latest
5 5
6 build_image: 6 build_image:
7 rm -rf tmp_ctx 7 rm -rf tmp_ctx
8 mkdir -p tmp_ctx 8 mkdir -p tmp_ctx
9 cp -a Dockerfile ../../lib/*.py ../../lib/twisted_sse_demo *.py req* *.ini stubs tmp_ctx 9 cp -a Dockerfile *.py req* *.ini ../../stubs tmp_ctx
10 docker build --network=host -t ${TAG} tmp_ctx 10 docker build --network=host -t ${TAG} tmp_ctx
11 11
12 push_image: build_image 12 push_image: build_image
13 docker push ${TAG} 13 docker push ${TAG}
14 14