Documentation
¶
Index ¶
Constants ¶
const DdevImageTagLabel = "com.ddev.image-tag"
DdevImageTagLabel is the image label recording the tag an image was built as. The tag is otherwise lost in a derived image, so this is what lets DDEV tell which of its image generations a pinned webimage/dbimage came from.
Variables ¶
This section is empty.
Functions ¶
func GetDBImage ¶
GetDBImage returns the correctly formatted db image:tag reference
func GetRouterImage ¶
func GetRouterImage() string
GetRouterImage returns the router image:tag reference
func GetSSHAuthImage ¶
func GetSSHAuthImage() string
GetSSHAuthImage returns the correctly formatted sshauth image:tag reference
func GetWebImage ¶
func GetWebImage() string
GetWebImage returns the correctly formatted web image:tag reference
func GetXhguiImage ¶ added in v1.24.4
func GetXhguiImage() string
GetXhguiImage returns the xhgui image:tag reference
func ResolveImageTag ¶ added in v1.25.4
ResolveImageTag prefers branch over tag when branch is a vX.Y.Z release tag. release-prep.sh stamps <TagVar>Branch with the release tag while leaving <TagVar> as the content hash autotag.sh relies on, but both resolve to the identical manifest, so a released binary can pull by the readable tag.
Types ¶
This section is empty.