Skip to content

Commit afe30a8

Browse files
committed
kernel variant
1 parent 4360008 commit afe30a8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

protect/control/v1/control.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,13 @@ message SnoopControlPacket {
641641
// for moving tags) instead of resolving from the local cache.
642642
// Set `want_metadata` to receive the OCI manifest/config in the final reply.
643643
message PullImageRequest {
644-
string image = 1;
644+
// The image to pull, given either as a literal OCI reference or as a named
645+
// kernel variant OCI alias the daemon resolves from its `[zone.kernel-variants]`
646+
// mapping in daemon.toml.
647+
oneof source {
648+
string image = 1;
649+
string kernel_variant = 7;
650+
}
645651
OciImageFormat format = 2;
646652
bool overwrite_cache = 3;
647653
bool update = 4;

0 commit comments

Comments
 (0)