在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:GoogleContainerTools/jib开源软件地址:https://github.com/GoogleContainerTools/jib开源编程语言:Java 99.7%开源软件介绍:Jib
What is Jib?Jib builds optimized Docker and OCI images for your Java applications without a Docker daemon - and without deep mastery of Docker best-practices. It is available as plugins for Maven and Gradle and as a Java library. Maven: See documentation for jib-maven-plugin. For more information, check out the official blog post or watch this talk (slides). Goals
Quickstart
ExamplesThe examples directory includes the following examples (and more). How Jib WorksWhereas traditionally a Java application is built as a single image layer with the application JAR, Jib's build strategy separates the Java application into multiple layers for more granular incremental builds. When you change your code, only your changes are rebuilt, not your entire application. These layers, by default, are layered on top of an OpenJDK base image, but you can also configure a custom base image. For more information, check out the official blog post or watch this talk (slides). See also rules_docker for a similar existing container image build tool for the Bazel build system. Need Help?A lot of questions are already answered! For usage questions, please ask them on Stack Overflow. PrivacySee the Privacy page. Get involved with the communityWe welcome contributions! Here's how you can contribute:
Make sure to follow the Code of Conduct when contributing so we can foster an open and welcoming community. DisclaimerThis is not an officially supported Google product. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论