Skip to content

Commit

Permalink
BIGTOP-3996: Force a clean build of toolchain images (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyuqi authored Sep 25, 2023
1 parent 6974a24 commit 17df51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/bigtop-puppet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ case "${OS}-${VERSION}" in
;;
esac

docker build -t bigtop/puppet:${PREFIX}-${OS}-${VERSION}${ARCH} .
docker build -t --no-cache bigtop/puppet:${PREFIX}-${OS}-${VERSION}${ARCH} .
rm -f Dockerfile puppetize.sh
2 changes: 1 addition & 1 deletion docker/bigtop-slaves/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ fi
sed -e "s|PREFIX|${PREFIX}|;s|OS|${OS}|;s|VERSION|${VERSION}|" Dockerfile.template | \
sed -e "s|PUPPET_MODULES|${PUPPET_MODULES}|;s|UPDATE_SOURCE|${UPDATE_SOURCE}|" > Dockerfile

docker build ${NETWORK} --rm -t bigtop/slaves:${PREFIX}-${OS}-${VERSION} -f Dockerfile ../..
docker build ${NETWORK} --rm --no-cache -t bigtop/slaves:${PREFIX}-${OS}-${VERSION} -f Dockerfile ../..
rm -f Dockerfile

0 comments on commit 17df51c

Please sign in to comment.