Documentation ¶
Overview ¶
Package image provides the ability for Vela to manage and manipulate an image provided for a container.
Usage:
import "github.com/go-vela/worker/internal/image"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPrivilegedImage ¶
IsPrivilegedImage digests the provided image with a privileged pattern to see if the image meets the criteria needed to allow a Docker Socket mount.
func Parse ¶
Parse digests the provided image into a fully qualified canonical reference. If an error occurs, it will return the provided image.
func ParseWithError ¶
ParseWithError digests the provided image into a fully qualified canonical reference. If an error occurs, it will return the last digested form of the image.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.