jib-core v0.24.0
github-actions
released this
12 May 19:42
·
0 commits
to 42048b1b81f5959f82ccefccf11be47f79dd81c0
since this release
Major Changes
- Replaced deprecated usages of
com.google.api.client.util.Base64
withjava.util.Base64
(#3872) - Replaced deprecated usages of
ObjectMapper.configure
in jackson (#3890) - Fixed
V22ManifestListTemplate
cast to allow pulling an OCI index manifest from cache (#3974) - Specified
CompressorStreamFactory
to decompress compressed layer until EOF inCacheStorageWriter
(#3983) - Fixed multithreading issue from
DockerClientResolver.resolve
by not sharing a staticServiceLoader
instance (#3993)
See CHANGELOG.md for more details.