Skip to content

Commit ab0f640

Browse files
akosyakovroboquat
authored andcommitted
fix #15266: decouple deployment of supervisor for image builds
1 parent 3f24d49 commit ab0f640

File tree

8 files changed

+2721
-2422
lines changed

8 files changed

+2721
-2422
lines changed

components/image-builder-api/go/imgbuilder.pb.go

Lines changed: 127 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/image-builder-api/imgbuilder.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ message BuildRequest {
6666
BuildRegistryAuth auth = 2;
6767
bool force_rebuild = 3;
6868
string triggered_by = 4;
69+
string supervisor_ref = 5;
6970
}
7071

7172
message BuildRegistryAuth {

components/image-builder-api/typescript/src/imgbuilder_grpc_pb.d.ts

Lines changed: 33 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)