mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to f7bda278b7e2
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
2
vendor/github.com/moby/buildkit/api/services/control/control.proto
generated
vendored
2
vendor/github.com/moby/buildkit/api/services/control/control.proto
generated
vendored
@ -211,6 +211,7 @@ message BuildHistoryRecord {
|
||||
int32 numCachedSteps = 15;
|
||||
int32 numTotalSteps = 16;
|
||||
int32 numCompletedSteps = 17;
|
||||
Descriptor externalError = 18;
|
||||
// TODO: tags
|
||||
// TODO: unclipped logs
|
||||
}
|
||||
@ -219,6 +220,7 @@ message UpdateBuildHistoryRequest {
|
||||
string Ref = 1;
|
||||
bool Pinned = 2;
|
||||
bool Delete = 3;
|
||||
bool Finalize = 4;
|
||||
}
|
||||
|
||||
message UpdateBuildHistoryResponse {}
|
||||
|
Reference in New Issue
Block a user