Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jib client push to Harbor fails on 502 errors #4266

Open
fahedouch opened this issue Jun 4, 2024 · 0 comments
Open

Jib client push to Harbor fails on 502 errors #4266

fahedouch opened this issue Jun 4, 2024 · 0 comments

Comments

@fahedouch
Copy link

fahedouch commented Jun 4, 2024

Description of the issue:

Currently, when using the Jib client to push images to Harbor registry, we are encountering a 502 error results in a complete failure
due to loss of http connection, requiring the entire push process to be manually restarted from scratch. This can be extremely disruptive, especially with huge images.

Expected behavior:

Successful push/pull operations.

Log output

Proposal

To address this issue, we propose implementing a retry mechanism (like docker and nerdctl) for Jib client push failures. This mechanism would automatically attempt to retry the push operation a specified number of times upon encountering a 502 error, significantly improving the overall reliability and robustness of the image pushing process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants