Skip to content

jib-core v0.24.0

Compare
Choose a tag to compare
@github-actions 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 with java.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 in CacheStorageWriter (#3983)
  • Fixed multithreading issue from DockerClientResolver.resolve by not sharing a static ServiceLoader instance (#3993)

See CHANGELOG.md for more details.