Add flag --build to wwctl container copy, default false

Signed-off-by: xu yang <xyang@ciq.com>
This commit is contained in:
xu yang
2024-09-19 23:26:18 +00:00
committed by Jonathon Anderson
parent 6796a69c3f
commit 1f492dfed5
9 changed files with 383 additions and 324 deletions

View File

@@ -36,7 +36,7 @@ message ContainerDeleteParameter {
message ContainerCopyParameter {
string containerSource = 1;
string containerDestination = 2;
bool build = 3;
}
// ContainerImportParameter has all input for importing a container.