-
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
can not push to harbor #625
Comments
@cai0329 I meet this, but the reason for that is the error password |
@cai0329 do you happen to be storing your password in encrypted form in your Maven settings? If so, we're patching a fix for that: #592 @qiankunli Thanks for reporting this issue! We'll take a look at investigating this. @GoogleContainerTools/java-tools |
@coollog either encrypted or not encrtpted it is the same error. the config is below: I can login in that use username and password defined in the maven config: |
@cai0329 looking at the logs and your configuration, I believe you are pulling/pushing to a private repo, serving at port 5000. We currently have a few relevant issues:
We are discussing what would be the ideal ways to handle these scenarios. |
|
@chanseokoh but i can not find image |
@qiankunli oh, sorry, looks like I got it wrong. Now I see you encountered your original issue after you provided a correct password. Please disregard my comments above. |
@chanseokoh You are right, when I use https it works correctly. |
@cai0329 I saw you edited your comment. Is it all working now? What was the cause of the problem that you didn't see the image in the harbor repo? |
@chanseokoh The harbor ui delayed show the image. I think it is the problem of harbor. Thank you again! |
@cai0329 Glad your issue was solved! |
@coollog it works in 0.9.7 thank you! |
mvn compile jib:build
is success, but there is no image existed in harbor.environment
plugin config
maven settings
mvn compile jib:build
outputThe text was updated successfully, but these errors were encountered: