snowdrop / java-buildpack-client

A simple buildpack (https://buildpacks.io/) platform implementation as a library for java..
Apache License 2.0
14 stars 7 forks source link

Add retry logic for docker pull / configure docker pull behavior #61

Closed BarDweller closed 2 months ago

BarDweller commented 3 months ago

Integration tests demonstrate that docker pull failures occur due to retries..

Should add simple logic to retry docker pulls if they fail due to timeouts.

Additionally should provide IfNotPresent/Always/Never control for pulls made for a build.

BarDweller commented 2 months ago

closed by #75