-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Unable to build jib:build #2404
Comments
Hi @dharmishra, Looks like Jib doesn't have any issue checking and pulling the base image |
Hi @chanseokoh I had tried with jib http timeout but getting the following exception Exception garbled output (click to expand)
Note |
(Pass Looks like As such, it's unclear and difficult to know on the Jib side why the registry abnormally shuts down the connection. It's weird because I can clearly see that Jib is able to fetch a manifest for the base image on the same Nexus registry. One wild speculation is that, your connection to But at the same time, I'm personally curious to see low-level HTTP requests and responses. Could you follow these instructions to capture network traffic? When configured correctly, you should see HTTP logs like this. |
Got following exception after applying above mentioned setting incomplete output without HTTP logs (click to expand)
May be nexus server is slow that why getting socket reset by peer, will check on that |
The HTTP logs have not been generated. You need to precisely follow the instructions. Double-check the content and the path of |
Closing as we didn't hear back from the user about getting the HTTP logs. |
Environment:
Jib version: 2.1.0
Build tool: Maven
OS: Mac Windows
Repository: Nexus
Description of the issue:
I have insecure nexus registry for now and trying to push it and pushing it with property sendCredentialsOverHttp=true but push always times out
Expected behavior:
Should be able to push
jib-gradle-plugin Configuration:
Running following command to build
Log output:
Note: I am able to push image manually however whenever i tries with jib plugin facing this issue
The text was updated successfully, but these errors were encountered: