GoogleContainerTools / GoogleContainerTools/jib
Retry on HTTP 500?
Open
area/jib-cli
area/jib-core
area/jib-gradle-plugin
area/jib-maven-plugin
enhancement
priority: p3
- Dominant language
- Java
- Stars
- 14.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
Hi all,
It seems the retry mecanism jib has does not work with HTTP 500 (guess it is intended as of today).
The issue is that some docker registry - gitea to not mention it ;) - have known issues where it can lead to HTTP 500 and need a few retries to pass.
My current workaround is to wrap jib build in a retry loop but if JIB could handle the 500 directly and do a few retries it would be awesome and frictionless.
Contributor guide
Assessment
This issue has not been assessed yet.