We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b73ae commit a60e52fCopy full SHA for a60e52f
internal/cri/config/config.go
@@ -277,7 +277,7 @@ type ImageConfig struct {
277
// "base": "docker.io/library/ubuntu:latest"
278
// Migrated from:
279
// (PluginConfig).SandboxImage string `toml:"sandbox_image" json:"sandboxImage"`
280
- PinnedImages map[string]string
+ PinnedImages map[string]string `toml:"pinned_images" json:"pinned_images"`
281
282
// RuntimePlatforms is map between the runtime and the image platform to
283
// use for that runtime. When resolving an image for a runtime, this
0 commit comments