From 8518aa5b351741785659d044be3c6caf27a3c4a3 Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 3 Sep 2026 09:44:40 -0700 Subject: [PATCH] feat(protos): Attach source image digests (containerd shim) --- protect/control/v1/common.proto | 1 + protect/control/v1/control.proto | 1 + 2 files changed, 2 insertions(+) diff --git a/protect/control/v1/common.proto b/protect/control/v1/common.proto index 18ceb99..1124dff 100644 --- a/protect/control/v1/common.proto +++ b/protect/control/v1/common.proto @@ -158,6 +158,7 @@ message OciImageInfo { OciImageFormat format = 2; repeated string names = 3; OciImageMetadata metadata = 4; + optional string source_digest = 5; } enum ProcessNamespace { diff --git a/protect/control/v1/control.proto b/protect/control/v1/control.proto index 5a1d341..6f70524 100644 --- a/protect/control/v1/control.proto +++ b/protect/control/v1/control.proto @@ -700,6 +700,7 @@ message ImportImageRequest { bool overwrite_cache = 6; bool want_metadata = 7; string local_path = 8; + optional string source_digest = 9; } // Streamed reply for `ImportImage`. `accepted` indicates whether the daemon will consume