jib-core v0.19.0
github-actions
released this
14 Jun 16:13
·
0 commits
to a3242cc8f73ecb172875c5cdfeafffc4167a3960
since this release
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.