Use Jib Core in jib-gradle-plugin and jib-maven-plugin.
See original GitHub issue- Use Jib Core API in
jib-gradle-plugin
(@coollog) - Use Jib Core API in
jib-maven-plugin
(@TadCordle)
I will work on the jib-gradle-plugin
side and it’d be great if someone else takes the jib-maven-plugin
side to get a feel of the new library.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
What is the difference between Jib and Jib-Core?
Jib core is the underlying library that jib tooling is built upon. It is shared by jib-maven-plugin, jib-gradle-plugin, jib-cli and other ...
Read more >Building Java container images using Jib - Snyk
Enter Jib: A 100% Java-based container image build tool Jib can be used as a standalone CLI tool but is most commonly used...
Read more >Using Google JIB for multi-module maven projects
You can use Jib in the Jib plugins for Maven or Gradle, or you can use the Jib Java library. You can look...
Read more >Dockerizing Java Apps using Jib - Baeldung
Google publishes Jib as both a Maven and a Gradle plugin. This is nice because it means that Jib will catch any changes...
Read more >Containerizing SpringBoot Application With Jib - DZone DevOps
<artifactId>jib-maven-plugin</artifactId> ... For other options available for use with the plugin, you can refer to the documentation.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@TadCordle I put up #1119, so working off of that should be good. The main thing to note is to switch maven to use
NBuildStepsRunner
, which will replaceBuildStepsRunner
once everything is changed over.Assign yourself or edit the first comment to indicate ownership.