Skip to content

Commit a60e52f

Browse files
committed
sandbox: add struct tags for PinnedImages
Signed-off-by: Abel Feng <[email protected]>
1 parent a0b73ae commit a60e52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cri/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ type ImageConfig struct {
277277
// "base": "docker.io/library/ubuntu:latest"
278278
// Migrated from:
279279
// (PluginConfig).SandboxImage string `toml:"sandbox_image" json:"sandboxImage"`
280-
PinnedImages map[string]string
280+
PinnedImages map[string]string `toml:"pinned_images" json:"pinned_images"`
281281

282282
// RuntimePlatforms is map between the runtime and the image platform to
283283
// use for that runtime. When resolving an image for a runtime, this

0 commit comments

Comments
 (0)