Skip to content

Releases: GoogleContainerTools/jib

jib-gradle-plugin v1.1.2

19 Apr 22:53
Compare
Choose a tag to compare

jib-gradle-plugin

Major Changes

  • Fixed an issue where automatically generated parent directories in a layer did not get their timestamp configured correctly to epoch + 1s.

See CHANGELOG.md for more details.

jib-maven-plugin v1.1.1

16 Apr 19:26
Compare
Choose a tag to compare

jib-maven-plugin

Major Changes

  • Fixed an issue where the plugin creates wrong images by adding base image layers in reverse order when registry uses the old V2 image manifest, schema version 1 (such as Quay)

See CHANGELOG.md for more details.

jib-gradle-plugin v1.1.1

16 Apr 19:27
Compare
Choose a tag to compare

jib-gradle-plugin

Major Changes

  • Fixed an issue where the plugin creates wrong images by adding base image layers in reverse order when registry uses the old V2 image manifest, schema version 1 (such as Quay)

See CHANGELOG.md for more details.

jib-maven-plugin v1.1.0

15 Apr 20:42
Compare
Choose a tag to compare

jib-maven-plugin

Major Changes

  • Can now decrypt proxy configurations in settings.xml
  • os and architecture are taken from base image
  • Fixed an issue where pushing to Docker Hub fails when the host part of an image reference is docker.io

See CHANGELOG.md for more details.

jib-gradle-plugin v1.1.0

15 Apr 18:57
Compare
Choose a tag to compare

jib-gradle-plugin

Major Changes

  • os and architecture are inherited from base image
  • Fixed an issue where pushing to Docker Hub fails when the host part of an image reference is docker.io

See CHANGELOG.md for more details.

jib-core v0.9.0

28 Mar 20:12
Compare
Choose a tag to compare

jib-core

Major Changes

  • Added JavaContainerBuilder#setAppRoot() and JavaContainerBuilder#fromDistrolessJetty() for building WAR containers
  • Added Jib#fromScratch() to start building from an empty base image
  • Added methods in JavaContainerBuilder for setting the destination directories for classes, resources, directories, and additional classpath files
  • Allow skipping JavaContainerBuilder#setMainClass() to skip setting the entrypoint
  • os and architecture are inherited from the base image

See CHANGELOG.md for more details.

jib-maven-plugin v1.0.2

05 Mar 19:56
Compare
Choose a tag to compare

jib-maven-plugin

Major Changes

  • Java 9+ WAR projects are now supported and run on the distroless Jetty Java 11 image (https://github.com/GoogleContainerTools/distroless) by default. Java 8 projects remain on the distroless Jetty Java 8 image.
  • Now supports authentication against Azure Container Registry using docker-credential-acr-* credential helpers.
  • Fixed an issue where setting <allowInsecureRegistries> may fail to try HTTP.
  • Fixed crash while talking to servers that do not set the Content-Length HTTP header or send an incorrect value.
  • Batch mode now disables build progress bar.

See CHANGELOG.md for more details.

jib-gradle-plugin v1.0.2

05 Mar 19:29
Compare
Choose a tag to compare

jib-gradle-plugin

Major Changes

  • Java 9+ WAR projects are now supported and run on the distroless Jetty Java 11 image (https://github.com/GoogleContainerTools/distroless) by default. Java 8 projects remain on the distroless Jetty Java 8 image.
  • Now supports authentication against Azure Container Registry using docker-credential-acr-* credential helpers.
  • Fixed an issue where setting allowInsecureRegistries may fail to try HTTP.
  • Fixed crash while talking to servers that do not set the Content-Length HTTP header or send an incorrect value.

See CHANGELOG.md for more details.

jib-maven-plugin v1.0.1

21 Feb 22:16
Compare
Choose a tag to compare

jib-maven-plugin

Major Changes

  • Java 9+ projects are now supported and run on the distroless Java 11 image by default. Java 8 projects remain on the distroless Java 8 image.
  • Fixed failure to infer main class when main method is defined using varargs

See CHANGELOG.md for more details.

jib-gradle-plugin v1.0.1

22 Feb 00:11
Compare
Choose a tag to compare

jib-gradle-plugin

Major Changes

  • Java 9+ projects are now supported and run on the distroless Java 11 image by default. Java 8 projects remain on the distroless Java 8 image.
  • Fixed failure to infer main class when main method is defined using varargs

See CHANGELOG.md for more details.