Releases: GoogleContainerTools/jib
Releases · GoogleContainerTools/jib
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
os
andarchitecture
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
Major Changes
os
andarchitecture
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
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
JavaContainerBuilder
for setting the destination directories for classes, resources, directories, and additional classpath files - Allow skipping
JavaContainerBuilder#setMainClass()
to skip setting the entrypoint os
andarchitecture
are inherited from the base image
See CHANGELOG.md for more details.
jib-maven-plugin v1.0.2
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
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
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
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.