jib-core v0.15.0
chanseokoh
released this
12 Jun 18:16
·
927 commits
to master
since this release
Major Changes
- Now adding the Jib Core dependency transitively exposes the Build Plan API. (#2507)
Ports.parse(List<String> ports)
now returns aSet
(as aHashSet
) instead ofImmutableSet
(#2513)- Now sets configured file ownership when creating layer tars. (#2499)
- Previous locally cached application layers will be ignored because of changes to the caching selectors. (#2499)
- Fixed authentication failure with Azure Container Registry when using an identity token defined in the
auths
section of Docker config (~/.docker/config.json
). (#2488)
See CHANGELOG.md for more details.