Skip to content

Commit

Permalink
test abnormal exit
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 4, 2023
1 parent 94cd0e7 commit ac21fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker.local/bin/build.blobber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ docker.local/bin/test.swagger.sh

echo "2> docker build blobber"
DOCKER_BUILDKIT=1 docker $DOCKER_BUILD --progress=plain --build-arg GIT_COMMIT=$GIT_COMMIT --build-arg DOCKER_IMAGE_BASE=$DOCKER_IMAGE_BASE -f docker.local/blobber.Dockerfile . $DOCKER_IMAGE_BLOBBER
exit
3 changes: 2 additions & 1 deletion docker.local/bin/build.validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ echo " DOCKER_IMAGE_VALIDATOR=$DOCKER_IMAGE_VALIDATOR"

echo ""
echo "2> docker build validator"
DOCKER_BUILDKIT=1 docker $DOCKER_BUILD --progress=plain --build-arg GIT_COMMIT=$GIT_COMMIT --build-arg DOCKER_IMAGE_BASE=$DOCKER_IMAGE_BASE -f docker.local/validator.Dockerfile . $DOCKER_IMAGE_VALIDATOR
DOCKER_BUILDKIT=1 docker $DOCKER_BUILD --progress=plain --build-arg GIT_COMMIT=$GIT_COMMIT --build-arg DOCKER_IMAGE_BASE=$DOCKER_IMAGE_BASE -f docker.local/validator.Dockerfile . $DOCKER_IMAGE_VALIDATOR
exit

0 comments on commit ac21fc4

Please sign in to comment.