controller: move image id file writing to client

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2023-02-15 12:14:24 +00:00
parent 5c31d855fd
commit 0b8f0264b0
5 changed files with 163 additions and 162 deletions

View File

@ -35,19 +35,18 @@ message BuildOptions {
string CgroupParent = 10;
repeated ExportEntry Exports = 11;
repeated string ExtraHosts = 12;
string ImageIDFile = 13;
map<string, string> Labels = 14;
string NetworkMode = 15;
repeated string NoCacheFilter = 16;
repeated string Platforms = 17;
repeated Secret Secrets = 18;
int64 ShmSize = 19;
repeated SSH SSH = 20;
repeated string Tags = 21;
string Target = 22;
UlimitOpt Ulimits = 23;
map<string, string> Labels = 13;
string NetworkMode = 14;
repeated string NoCacheFilter = 15;
repeated string Platforms = 16;
repeated Secret Secrets = 17;
int64 ShmSize = 18;
repeated SSH SSH = 19;
repeated string Tags = 20;
string Target = 21;
UlimitOpt Ulimits = 22;
CommonOptions Opts = 25;
CommonOptions Opts = 24;
}
message ExportEntry {