Philip K. Warren
Philip K. Warren
@howardyuan - Opened #470 with a proposed fix for these issues.
@howardyuan - Have you had a chance to look at this PR?
Once the CI test failure is fixed and a changelog entry is added this looks good to me. Much more readable formatting.
I did some more investigation on this and found the following. The only config change between two builds with BUILDKIT_INLINE_CACHE=1 is to the `moby.buildkit.cache.v0` key. When I unmarshal that key...
In some cases we may want to backfill older versions of plugins, but in particular, protoc v21.7 provides a security fix for Java genereated code: https://github.com/protocolbuffers/protobuf/releases/tag/v21.7. I don't know if...
We're running into a similar issue. Images are identical except for these changes to the `moby.buildkit.cache.v0` entry. Here's the diff of the base64 decoded entry on both images: https://gist.github.com/pkwarren/a3f20b1f409d52e66b26ee68011f990c
> ``` > "--proto_path=${userHome}/.cache/buf/v1/module/data/", > ``` FYI - we're in the progress of releasing support for a newer cache format which uses content addressable storage, so this workaround won't work...
@dependabot rebase
@dependabot rebase
This is fixed, however I noticed that both jsr305 and animal-sniffer-annotations are both packaged in the shaded jar now (without relocation). 