Jib Maven and Gradle plugins 3.0 released

16 views
Skip to first unread message

Chanseok Oh

unread,
Apr 16, 2021, 2:03:25 PM4/16/21
to Jib users
Jib Maven and Gradle plugins 3.0 have been released!

Major Changes
  • Switched the default base images from Distroless to adoptopenjdk:{8,11}-jre and jetty (for WAR). (#3124)
  • New <includes> and <excludes> options for <extraDirectories>. This enables copying a subset of files from the source directory using glob patterns. (#2564)
  • (Gradle) Added an option configurationName to specify the name of the Gradle Configuration to use. The option can be lazily configured, for example, using Gradle Provider or Property. (#3034)
  • jib { 
        configurationName = 'myconfig'
    }
  • (Maven) Jib extensions can be loaded via the Maven dependency injection mechanism. This also enables injecting arbitrary dependencies (for example, Maven components) into an extension. (#3036)
  • Fixed an issue where some log messages used color in the "plain" console output. (#2764)

See CHANGELOG.md (Maven / Gradle) for more details.

Reply all
Reply to author
Forward
0 new messages