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>
(cherry picked from commit d2a757f)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
crazy-max authored and thaJeztah committed Oct 4, 2022
1 parent 63d1215 commit 4723645
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 4723645

Please sign in to comment.