Documentation
¶
Index ¶
Constants ¶
const RequiredMutagenVersion = "0.14.0"
Variables ¶
var BUILDINFO = "BUILDINFO should have new info"
BUILDINFO is information with date and context, supplied by make
var BaseDBTag = "v1.19.3"
BaseDBTag is the main tag, DBTag is constructed from it
var BusyboxImage = "busybox:stable"
Busybox is used a couple of places for a quick-pull
var DBAImg = "phpmyadmin"
DBAImg defines the default phpmyadmin image tag used for applications.
var DBATag = "5" // Note that this can be overridden by make
DBATag defines the default phpmyadmin image tag used for applications.
var DBImg = "drud/ddev-dbserver"
DBImg defines the default db image used for applications.
var DdevVersion = "v0.0.0-overridden-by-make" // Note that this is overridden by make
DdevVersion is the current version of ddev, by default the git committish (should be current git tag)
var MutagenVersion = ""
MutagenVersion is filled with the version we find for mutagen in use
var RouterImage = "drud/ddev-router"
RouterImage defines the image used for the router.
var RouterTag = "v1.19.3" // Note that this can be overridden by make
RouterTag defines the tag used for the router.
var SSHAuthImage = "drud/ddev-ssh-agent"
SSHAuthImage is image for agent
var SSHAuthTag = "v1.19.0"
SSHAuthTag is ssh-agent auth tag
var SegmentKey = ""
SegmentKey is the ddev-specific key for Segment service Compiled with link-time variables
var WebImg = "drud/ddev-webserver"
WebImg defines the default web image used for applications.
var WebTag = "v1.19.3-1" // Note that this can be overridden by make
WebTag defines the default web image tag
Functions ¶
func GetDBAImage ¶
func GetDBAImage() string
GetDBAImage returns the correctly formatted dba image:tag reference
func GetDBImage ¶
GetDBImage returns the correctly formatted db image:tag reference
func GetRouterImage ¶
func GetRouterImage() string
GetRouterImage returns the correctly formatted 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
Types ¶
This section is empty.