Skip to content

Commit

Permalink
cherry pick of 13785 (vitessio#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
planetscale-actions-bot authored Aug 28, 2023
1 parent d2d2a53 commit 25c8151
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker/bootstrap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@ while [ $# -gt 0 ]; do
done

if [ -f "docker/bootstrap/Dockerfile.$flavor" ]; then
docker build --no-cache -f docker/bootstrap/Dockerfile.$flavor -t $image --build-arg bootstrap_version=$version --build-arg image=$base_image .
docker build \
-f docker/bootstrap/Dockerfile.$flavor \
-t $image \
--build-arg bootstrap_version=$version \
--build-arg image=$base_image \
.
fi

0 comments on commit 25c8151

Please sign in to comment.