这是indexloc提供的服务,不要输入任何密码
Skip to content

jib-maven-plugin v0.10.1

Choose a tag to compare

@TadCordle TadCordle released this 03 Dec 23:18
· 1640 commits to master since this release

jib-maven-plugin

Major Changes

  • <container><entrypoint>INHERIT</entrypoint></container> allows inheriting ENTRYPOINT and CMD from the base image. While inheriting ENTRYPOINT, you can also override CMD using <container><args>.
  • <container><workingDirectory> configuration parameter to set the working directory
  • Adds support for configuring volumes
  • Image ID is now written to target/jib-image.id
  • Exposed ports and Docker health check are now propagated from the base image
  • Removed jib:exportDockerContext goal
  • Fixed NullPointerException thrown with incomplete auth configuration

See CHANGELOG.md for more details.