diff --git a/pongo.sh b/pongo.sh index 341bfa1e..0a8af259 100755 --- a/pongo.sh +++ b/pongo.sh @@ -726,15 +726,16 @@ function build_image { fi msg "starting build of image '$KONG_TEST_IMAGE'" - local progress_type - if [[ "$PONGO_DEBUG" == "true" ]] ; then - progress_type=plain - else - progress_type=auto - fi + # local progress_type + # if [[ "$PONGO_DEBUG" == "true" ]] ; then + # progress_type=plain + # else + # progress_type=auto + # fi + # The following line caused issues on newer Docker releases, so we're disabling it for now + # --progress $progress_type \ $WINPTY_PREFIX docker build \ -f "$DOCKER_FILE" \ - --progress $progress_type \ --build-arg PONGO_VERSION="$PONGO_VERSION" \ --build-arg http_proxy \ --build-arg https_proxy \