Attempt to overcome Docker rate limiting on CI

Update the common build script to pull buildpack images early using the
authenticated CLI.

See gh-25838
pull/26093/head
Phillip Webb 4 years ago
parent 76f74482d4
commit 51d57e19d0

@ -7,6 +7,8 @@ fi
if [[ -n $DOCKER_HUB_USERNAME ]]; then
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
docker pull paketobuildpacks/run:tiny-cnb
docker pull springci/spring-boot-cnb-builder:0.0.1
fi
cleanup_maven_repo "org.springframework.boot"

Loading…
Cancel
Save