Major Changes
JavaContainerBuilder#fromDistroless()
andJavaContainerBuilder#fromDistrolessJetty()
are deprecated. To migrate, check the Javadoc. (#3123)- For Google Artifact Registry (
*-docker.pkg.dev
), Jib now tries Google Application Default Credentials last like it has been doing forgcr.io
. (#3241) - Timestamps of file entries in a built
TarImage
are set to the epoch, making the tarball reproducible. (#3158)
See CHANGELOG.md for more details.