-
-
Notifications
You must be signed in to change notification settings - Fork 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
Problem creating docker image of jhipster project (Issue 19071) #19104
Comments
We re-write the last comments: "Hello, How can we solve this problem? We have tried to login in docker by "docker login" command, but after this, re-sending the build command : We receive the same error of rate limit of docker. for this cause, we have added --offline in the command." |
Last comment : "This is the result of jhipster info command : JHipster Version(s) JHipster configuration, a .yo-rc.json file generated in the root folder git version 2.17.1 node: v12.20.0 npm: 6.14.8 yeoman: 3.1.0 yarn: 1.22.10 Docker version 20.10.10, build b485636 docker-compose version 1.22.0, build f46880fe INFO! Congratulations, JHipster execution is complete! |
Maybe you need to tell jib what authentication to use too? Did you have a look at https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin#authentication-methods ? |
We have tried to setting authentication using Maven setting. We have changed the settings.xml in .m2 dir of Ubuntu, setting this :
but we have the same error removing --offline from command. What I wrong? What do we set in "id" field? I have setted my credentials of Docker. Thanks, |
@FrancescoMez79 since this is not a jhispter bug, it is better to open a ticket in stackoverflow |
Dear Support,
you have closed the old ticket 19071, but we have not solved our problem.
We have added the log when we remove the --offline from command :
./mvnw -Pprod package verify jib:dockerBuild --offline
Can you please help us to solve this problem?
Thanks,
Francesco
The text was updated successfully, but these errors were encountered: