mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to 862b22d7
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
3
vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.proto
generated
vendored
3
vendor/github.com/moby/buildkit/frontend/gateway/pb/gateway.proto
generated
vendored
@ -50,7 +50,8 @@ message Result {
|
||||
RefMap refs = 4;
|
||||
}
|
||||
map<string, bytes> metadata = 10;
|
||||
map<string, Attestations> attestations = 11;
|
||||
// 11 was used during development and is reserved for old attestation format
|
||||
map<string, Attestations> attestations = 12;
|
||||
}
|
||||
|
||||
message RefMapDeprecated {
|
||||
|
Reference in New Issue
Block a user