Skip to content

Releases: GoogleContainerTools/jib

jib-cli v0.3.0

04 Mar 23:26
Compare
Choose a tag to compare

Major Changes

  • Changed the default base image of the Jib CLI jar command from the openjdk images to the adoptopenjdk images on Docker Hub. (#3108)

See CHANGELOG.md for more details.

jib-cli v0.2.0

03 Mar 19:26
Compare
Choose a tag to compare

Major Changes

  • Added the jar command which can be used to containerize a JAR with $ jib jar --target ... my-app.jar. By default, the command will add the contents of the JAR into optimized layers on the container. (#11)

See CHANGELOG.md for more details

jib-maven-plugin v2.8.0

24 Feb 20:16
Compare
Choose a tag to compare

Major Changes

See CHANGELOG.md for more details.

jib-gradle-plugin v2.8.0

24 Feb 20:15
Compare
Choose a tag to compare

Major Changes

See CHANGELOG.md for more details.

jib-core v0.18.0

24 Feb 20:17
Compare
Choose a tag to compare

Major Changes

  • New method: Containerizer#addRegistryMirrors for configuring registry mirrors for base images. This is useful when hitting Docker Hub rate limits. Only public mirrors (such as mirror.gcr.io) are supported. (#2999)

See CHANGELOG.md for more details.

jib-core v0.17.0

12 Jan 18:56
Compare
Choose a tag to compare

Major Changes

  • Updated jackson dependency version causing compatibility issues. (#2931)
  • Fixed NullPointerException when pulling an OCI base image whose manifest does not have mediaType information. (#2819)
  • Fixed build failure when using a Docker daemon base image (docker://...) that has duplicate layers. (#2829)

See CHANGELOG.md for more details.

jib-maven-plugin v2.7.1

07 Jan 19:35
Compare
Choose a tag to compare

Major Changes

  • Updated jackson dependency version causing compatibility issues. (#2931)

See CHANGELOG.md for more details.

jib-gradle-plugin v2.7.1

07 Jan 19:36
Compare
Choose a tag to compare

Major Changes

  • Updated jackson dependency version causing compatibility issues. (#2931)
  • Fixed deprecated use of @Optional on boolean attribute (#2930)

See CHANGELOG.md for more details.

jib-cli v0.1.0

12 Jan 17:12
Compare
Choose a tag to compare

Preview release

jib-maven-plugin v2.7.0

07 Dec 17:01
Compare
Choose a tag to compare

Major Changes

  • Added an option <container><expandClasspathDependencies> to preserve the order of loading dependencies as configured in a project. The option enumerates dependency JARs instead of using a wildcard (/app/libs/*) in the Java runtime classpath for an image entrypoint. (#1871, #1907, #2228, #2733)
    • The option is also useful for AppCDS. (#2471)
    • Turning on the option may result in a very long classpath string, and the OS may not support passing such a long string to JVM.
  • Fixed NullPointerException when pulling an OCI base image whose manifest does not have mediaType information. (#2819)
  • Fixed build failure when using a Docker daemon base image (docker://...) that has duplicate layers. (#2829)

See CHANGELOG.md for more details.