From a60e52f582729e476e0e8ef3e78eb0ae66ddaaf2 Mon Sep 17 00:00:00 2001 From: Abel Feng Date: Tue, 30 Jan 2024 21:47:09 +0800 Subject: [PATCH] sandbox: add struct tags for PinnedImages Signed-off-by: Abel Feng --- internal/cri/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cri/config/config.go b/internal/cri/config/config.go index 47befe598..e1420eab9 100644 --- a/internal/cri/config/config.go +++ b/internal/cri/config/config.go @@ -277,7 +277,7 @@ type ImageConfig struct { // "base": "docker.io/library/ubuntu:latest" // Migrated from: // (PluginConfig).SandboxImage string `toml:"sandbox_image" json:"sandboxImage"` - PinnedImages map[string]string + PinnedImages map[string]string `toml:"pinned_images" json:"pinned_images"` // RuntimePlatforms is map between the runtime and the image platform to // use for that runtime. When resolving an image for a runtime, this