-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Migrate to dockerfile-maven or Google Jib #82
Comments
I've tried to migrate to Google Jib with the You could check my commit: arey@1da92dd |
Hey @arey, I checked out your commit on Windows 10 and the docker containers failed to start up due to this error: /usr/bin/env: ‘bash\r’: No such file or directory. I have an interest in getting this merged into master, is there anything I can do to help? |
Hi @damc-dev I've added a It could be great to use |
Spring Boot layered jars is preferred to Google Jib: #155 |
Spotify recommand recommend that new projects use dockerfile-maven instead of the old github.com/spotify/docker-maven-plugin.
We could also migrate to Google Jib: https://github.com/GoogleContainerTools/jib
The text was updated successfully, but these errors were encountered: