Commit e3df5d1

mokha <mokha@cisco.com>
2019-03-10 02:25:48
do not cache image.
1 parent 0ae90bc
Changed files (1)
bin/docker-build
@@ -5,6 +5,7 @@ mkdir -p pkg/
 cp Dockerfile pkg/
 docker pull ruby:2.6-alpine
 docker image build \
+  --no-cache \
   -t "mokhan/minbox:latest" \
   -f pkg/Dockerfile pkg/