Documentation
¶
Index ¶
Constants ¶
const CGOEnabled = 1
const RequiredDockerComposeVersionDefault = "v2.40.3"
RequiredDockerComposeVersionDefault defines the required version of docker-compose Keep this in sync with github.com/compose-spec/compose-go/v2 in go.mod, matching the version used in https://github.com/docker/compose/blob/main/go.mod for the same tag
const RequiredMutagenVersion = "0.18.1"
RequiredMutagenVersion defines the required version of Mutagen
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 = "v1.24.10"
BaseDBTag is the main tag, DBTag is constructed from it
var DBImg = "ddev/ddev-dbserver"
DBImg defines the default db image used for applications.
var DdevVersion = "" // Note that this is overridden by make
DdevVersion is the current version of DDEV. Normally set via -ldflags from the Makefile using `git describe --tags --always --dirty`. If not provided, we derive a best-effort value. Prefer VERSION env var, otherwise use Go build-info hash.
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 = "v1.24.10"
SSHAuthTag is ssh-agent auth tag
var TraefikRouterImage = "ddev/ddev-traefik-router"
TraefikRouterImage is image for router
var TraefikRouterTag = "v1.24.10"
TraefikRouterTag is traefik router tag
var UtilitiesImage = "ddev/ddev-utilities:latest"
UtilitiesImage is used in bash scripts
var WebImg = "ddev/ddev-webserver"
WebImg defines the default web image used for applications.
var WebTag = "v1.24.10" // Note that this can be overridden by make
WebTag defines the default web image tag
var XhguiImage = "ddev/ddev-xhgui"
XhguiImage is image for xhgui
var XhguiTag = "v1.24.10"
XhguiTag is xhgui tag
Functions ¶
This section is empty.
Types ¶
This section is empty.