-
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
Input Future failed with Error
while pushing image to private docker registry
#393
Comments
Additional info. If the load balancer is configured with https redirect
With the https redirect set to |
We've released version |
I'm having a similar problem with I also run a private docker registry, on private network using registry:2
|
I just tried this on 0.9.3 with no issue. What does your registry logs show? |
@velo it's failing when you are pushing an image to your private registry. Can you try |
Good catch @chanseokoh: maybe a missing a trailing |
Sure can @chanseokoh . FWIW, here is my effective pom. I should have replaced all that non-sense of placeholders:
curl attemps:
All return left intact. To make sure all was working fine, I downloaded
All working primo. |
This is what I got on registry logs when run
|
Yes I am |
The server is not responding. No output given from the server. The connection is just left open. Do you see difference between
and
? My guess is that, your server at port 5000 does not expect HTTP but HTTPS. |
@chanseokoh I think you are correct:
|
Closing unless this issue persists. |
Description of the issue:
Command
mvn compile jib:build
fails withwhile pushing the image to a private docker registry.
Expected behavior:
The image to be pushed successfully.
Steps to reproduce:
Not sure about this one. Some notable aspects of my configuration:
jib-maven-plugin
Configuration:I have ommited the
credHelpers
configuratuon because the private docker repository is not secured.Log output:
The text was updated successfully, but these errors were encountered: