github GoogleContainerTools/jib v0.22.0-core
jib-core v0.22.0

latest releases: v0.27.1-core, v3.4.3-gradle, v3.4.3-maven...
2 years ago

Major Changes

  • Added better error messaging when environment map in container.environment contains null values (#3672).
  • Added DockerClient interface which is used to make calls to the Docker daemon. This allows for custom implementations to be introduced via SPI (#3703).
  • Added support for OCI image index manifests (#3715).
  • Added support for base image layer compressed with zstd (#3717)
  • Upgraded slf4j-api to 2.0.0 (#3735).
  • Upgraded nullaway to 0.9.9. (#3720)
  • Jib now throws an exception when the base image doesn't support target platforms during multi-platform build (#3707).
  • Jib now only checks for file existence instead of running the executable passed into dockerClient.executable for the purpose of verifying if docker is installed correctly. Users are responsible for ensuring that the docker executable specified through this property is valid and has the correct permissions (#3744).

See CHANGELOG.md for more details.

Don't miss a new jib release

NewReleases is sending notifications on new releases.