Skip to content

Commit

Permalink
control: add buildkit version to worker record
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Apr 8, 2022
1 parent 859ad49 commit d2a757f
Show file tree
Hide file tree
Showing 14 changed files with 553 additions and 455 deletions.
504 changes: 109 additions & 395 deletions api/services/control/control.pb.go

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions api/services/control/control.proto
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,8 @@ message ListWorkersResponse {
repeated moby.buildkit.v1.types.WorkerRecord record = 1;
}

message Version {
string package = 1;
string version = 2;
string revision = 3;
}

message InfoRequest {}

message InfoResponse {
Version buildkitVersion = 1;
moby.buildkit.v1.types.BuildkitVersion buildkitVersion = 1;
}
Loading

0 comments on commit d2a757f

Please sign in to comment.