controller: don't write metadata file in controller

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2023-04-24 10:21:02 +01:00
parent 75ed3e296b
commit 2bf996d9ad
5 changed files with 130 additions and 188 deletions

View File

@ -71,11 +71,10 @@ message BuildOptions {
UlimitOpt Ulimits = 22;
string Builder = 23;
string MetadataFile = 24;
bool NoCache = 25;
bool Pull = 26;
bool ExportPush = 27;
bool ExportLoad = 28;
bool NoCache = 24;
bool Pull = 25;
bool ExportPush = 26;
bool ExportLoad = 27;
}
message ExportEntry {