MCPcopy Create free account
hub / github.com/ddev/ddev / GetSSHAuthImage

Function GetSSHAuthImage

pkg/docker/images.go:42–44  ·  view source on GitHub ↗

GetSSHAuthImage returns the correctly formatted sshauth image:tag reference

()

Source from the content-addressed store, hash-verified

40
41// GetSSHAuthImage returns the correctly formatted sshauth image:tag reference
42func GetSSHAuthImage() string {
43 return fmt.Sprintf("%s:%s", versionconstants.SSHAuthImage, versionconstants.SSHAuthTag)
44}
45
46// GetRouterImage returns the router image:tag reference
47func GetRouterImage() string {

Callers 2

GetVersionInfoFunction · 0.92
runSSHAuthContainerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected