package images
import "github.com/containerd/containerd/integration/images"
Index ¶
Constants ¶
const ( // None is to be used for unset/default images None = iota // Alpine image Alpine // BusyBox image BusyBox // Pause image Pause // ResourceConsumer image ResourceConsumer // VolumeCopyUp image VolumeCopyUp // VolumeOwnership image VolumeOwnership // Test image for ArgsEscaped windows bug ArgsEscaped )
Functions ¶
func Get ¶
Get returns the fully qualified URI to an image (including version)
Types ¶
type ImageList ¶
type ImageList struct { Alpine string BusyBox string Pause string ResourceConsumer string VolumeCopyUp string VolumeOwnership string ArgsEscaped string }
ImageList holds public image references
Source Files ¶
- Version
- v1.7.0-rc.3
- Published
- Mar 9, 2023
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 1 minute ago –
Tools for package owners.