Documentation
¶
Index ¶
Constants ¶
const RequiredMutagenVersion = "0.17.1"
const TraditionalRouterImage = "ddev/ddev-router:20230415_move_docker_to_ddev"
const TraefikRouterImage = "traefik:v2.10"
Variables ¶
var AmplitudeAPIKey = ""
AmplitudeAPIKey is the ddev-specific key for Amplitude service Compiled with link-time variables
var BUILDINFO = "BUILDINFO should have new info"
BUILDINFO is information with date and context, supplied by make
var BaseDBTag = "20230519_fix_mysql_snapshot_restore"
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 = "ddev/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 SSHAuthImage = "ddev/ddev-ssh-agent"
SSHAuthImage is image for agent
var SSHAuthTag = "20230415_move_docker_to_ddev"
SSHAuthTag is ssh-agent auth tag
var SegmentKey = ""
SegmentKey is the ddev-specific key for Segment service Compiled with link-time variables
var WebImg = "ddev/ddev-webserver"
WebImg defines the default web image used for applications.
var WebTag = "20230509_gitpod_output" // 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 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.