sandbox: add struct tags for PinnedImages
Signed-off-by: Abel Feng <fshb1988@gmail.com>
This commit is contained in:
parent
a0b73ae114
commit
a60e52f582
@ -277,7 +277,7 @@ type ImageConfig struct {
|
|||||||
// "base": "docker.io/library/ubuntu:latest"
|
// "base": "docker.io/library/ubuntu:latest"
|
||||||
// Migrated from:
|
// Migrated from:
|
||||||
// (PluginConfig).SandboxImage string `toml:"sandbox_image" json:"sandboxImage"`
|
// (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
|
// RuntimePlatforms is map between the runtime and the image platform to
|
||||||
// use for that runtime. When resolving an image for a runtime, this
|
// use for that runtime. When resolving an image for a runtime, this
|
||||||
|
Loading…
Reference in New Issue
Block a user