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

Releases: GoogleContainerTools/jib

jib-gradle-plugin v1.2.0

07 May 19:15

Choose a tag to compare

jib-gradle-plugin

Major Changes

  • Container configurations in the base image are now propagated when registry uses the old V2 image manifest, schema version 1 (such as Quay)
  • Can now prepend paths in the container to the computed classpath with jib.container.extraClasspath
  • Can now build in offline mode using --offline
  • Now supports multiple extra directories with jib.extraDirectories.{paths|.permissions}
  • jib.extraDirectory({.path|.permissions}) are deprecated in favor of the new jib.extraDirectories.{paths|.permissions} configurations
  • Labels in the base image are now propagated

See CHANGELOG.md for more details.

jib-core v0.9.2

07 May 19:15

Choose a tag to compare

jib-core

Major Changes

  • Container configurations in the base image are now propagated when registry uses the old V2 image manifest, schema version 1 (such as Quay)
  • Containerizer#setOfflineMode to retrieve the base image from Jib's cache rather than a container registry
  • Labels in the base image are now propagated

See CHANGELOG.md for more details.

jib-core v0.9.1

24 Apr 14:07

Choose a tag to compare

jib-core

Major Changes

  • Added overloads for LayerConfiguration#addEntryRecursive that take providers allowing for setting file permissions/file modification timestamps on a per-file basis
  • LayerConfiguration takes file modification time as an Instant instead of a long
  • Fixed an issue where automatically generated parent directories in a layer did not get their timestamp configured correctly to epoch + 1s
  • Fixed an issue where the library creates wrong images by adding base image layers in reverse order when registry uses the old V2 image manifest, schema version 1

See CHANGELOG.md for more details.

jib-maven-plugin v1.1.2

19 Apr 23:08

Choose a tag to compare

jib-maven-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-gradle-plugin v1.1.2

19 Apr 22:53

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

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

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

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

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

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.