Skip to content

Releases: GoogleContainerTools/jib

jib-cli v0.6.0

28 Apr 21:21

Choose a tag to compare

Major Changes

  • Added automatic update check. Jib CLI will now display a message if a new version is available. See the privacy page for more details. (#3165)
  • Added --image-metadata-out option to specify the JSON output file that should contain image metadata (image ID, digest, and tags) after build is complete. (#3187)

See CHANGELOG.md for more details.

jib-maven-plugin v3.0.0

09 Apr 20:45

Choose a tag to compare

Major Changes

See CHANGELOG.md for more details.

jib-gradle-plugin v3.0.0

09 Apr 20:45

Choose a tag to compare

Major Changes

    jib {
      configurationName = 'myconfig'
    }
  • Fixed an issue where some log messages used color in the "plain" console output. (#2764)

See CHANGELOG.md for more details.

jib-cli v0.5.0

25 Mar 19:03

Choose a tag to compare

Major Changes

  • Fixed an issue where critical error messages (for example, unauthorized access from a registry) were erased by progress reporting and not shown. (#3148)

See CHANGELOG.md for more details.

jib-cli v0.4.0

16 Mar 19:48

Choose a tag to compare

Major Changes

See CHANGELOG.md for more details.

jib-cli v0.3.0

04 Mar 23:26

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

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

Choose a tag to compare

Major Changes

See CHANGELOG.md for more details.

jib-gradle-plugin v2.8.0

24 Feb 20:15

Choose a tag to compare

Major Changes

See CHANGELOG.md for more details.

jib-core v0.18.0

24 Feb 20:17

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.