Releases: GoogleContainerTools/jib
Releases · GoogleContainerTools/jib
jib-gradle-plugin v1.2.0
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 newjib.extraDirectories.{paths|.permissions}configurations- Labels in the base image are now propagated
See CHANGELOG.md for more details.
jib-core v0.9.2
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#setOfflineModeto 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
Major Changes
- Added overloads for
LayerConfiguration#addEntryRecursivethat take providers allowing for setting file permissions/file modification timestamps on a per-file basis LayerConfigurationtakes file modification time as anInstantinstead of along- 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
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
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
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
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
Major Changes
- Can now decrypt proxy configurations in
settings.xml osandarchitectureare 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
Major Changes
osandarchitectureare 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
Major Changes
- Added
JavaContainerBuilder#setAppRoot()andJavaContainerBuilder#fromDistrolessJetty()for building WAR containers - Added
Jib#fromScratch()to start building from an empty base image - Added methods in
JavaContainerBuilderfor setting the destination directories for classes, resources, directories, and additional classpath files - Allow skipping
JavaContainerBuilder#setMainClass()to skip setting the entrypoint osandarchitectureare inherited from the base image
See CHANGELOG.md for more details.