File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,5 +63,5 @@ case "${OS}-${VERSION}" in
6363 ;;
6464esac
6565
66- docker build -t bigtop/puppet:${PREFIX} -${OS} -${VERSION}${ARCH} .
66+ docker build -t --no-cache bigtop/puppet:${PREFIX} -${OS} -${VERSION}${ARCH} .
6767rm -f Dockerfile puppetize.sh
Original file line number Diff line number Diff line change 8989sed -e " s|PREFIX|${PREFIX} |;s|OS|${OS} |;s|VERSION|${VERSION} |" Dockerfile.template | \
9090 sed -e " s|PUPPET_MODULES|${PUPPET_MODULES} |;s|UPDATE_SOURCE|${UPDATE_SOURCE} |" > Dockerfile
9191
92- docker build ${NETWORK} --rm -t bigtop/slaves:${PREFIX} -${OS} -${VERSION} -f Dockerfile ../..
92+ docker build ${NETWORK} --rm --no-cache - t bigtop/slaves:${PREFIX} -${OS} -${VERSION} -f Dockerfile ../..
9393rm -f Dockerfile
You can’t perform that action at this time.
0 commit comments