Releases: GoogleContainerTools/jib
Releases · GoogleContainerTools/jib
jib-maven-plugin v3.4.4
Major Changes
- fix: allow pushing images with different arch/os to docker daemon #4265
- fix: address windows deadlock issue when determining docker environment info #4267
See CHANGELOG.md for more details.
jib-gradle-plugin v3.4.4
Major Changes
- fix: allow pushing images with different arch/os to docker daemon #4265
- fix: address windows deadlock issue when determining docker environment info #4267
See CHANGELOG.md for more details.
jib-core v0.27.2
Major Changes
- fix: allow pushing images with different arch/os to docker daemon #4265
- fix: address windows deadlock issue when determining docker environment info #4265
See CHANGELOG.md for more details.
jib-maven-plugin v3.4.3
Major Changes
- fix: When building to the local docker daemon with multiple platforms configured, Jib will now automatically select the image that matches the OS type and architecture of the local Docker environment. (#4249)
See CHANGELOG.md for more details.
jib-gradle-plugin v3.4.3
Major Changes
- fix: When building to the local docker daemon with multiple platforms configured, Jib will now automatically select the image that matches the OS type and architecture of the local Docker environment. (#4249)
See CHANGELOG.md for more details.
jib-core v0.27.1
Major Changes
- fix: When building to the local docker daemon with multiple platforms configured, Jib will now automatically select the image that matches the OS type and architecture of the local Docker environment. (#4249)
See CHANGELOG.md for more details.
jib-cli v0.13.0
Major Changes
- fix: support parsing manifest JSON containing
LayerSources:
from latest Docker. (#4171) - fix: (WAR Containerization) modify default entrypoint to
java -jar /usr/local/jetty/start.jar --module=ee10-deploy
for Jetty 12+ compatibility (#4216)
See CHANGELOG.md for more details.
jib-maven-plugin v3.4.2
Major Changes
- deps: bump org.apache.commons:commons-compress from 1.21 to 1.26.0 (#4204)
- fix: set PAX headers to address build reproducibility issue (#4204)
- fix: (WAR Containerization) modify default entrypoint to java -jar /usr/local/jetty/start.jar --module=ee10-deploy for Jetty 12+ compatibility (#4216)
See CHANGELOG.md for more details.
jib-gradle-plugin v3.4.2
Major Changes
- deps: bump org.apache.commons:commons-compress from 1.21 to 1.26.0 (#4204)
- fix: set PAX headers to address build reproducibility issue (#4204)
- fix: (WAR Containerization) modify default entrypoint to java -jar /usr/local/jetty/start.jar --module=ee10-deploy for Jetty 12+ compatibility (#4216)
See CHANGELOG.md for more details.
jib-core v0.27.0
Major Changes
- deps: bump org.apache.commons:commons-compress from 1.21 to 1.26.0 (#4204)
- fix: set PAX headers to address build reproducibility issue (#4204)
See CHANGELOG.md for more details.