Documentation
¶
Index ¶
Constants ¶
const CGOEnabled = 1
const DockerBuildxMinVersion = "0.17.0"
DockerBuildxMinVersion defines the minimum required version of buildx. Must match buildxMinVersion in vendor/github.com/docker/compose/v5/pkg/compose/api_versions.go Sync enforced by TestBuildxMinVersionInSync. This value is a hard requirement
const DockerBuildxRecommendedVersion = "0.35.0"
DockerBuildxRecommendedVersion defines the recommended version of buildx to use if the installed version doesn't match the minimum. Sync enforced by TestBuildxRecommendedVersionInSync. This value is a recommendation, not a hard requirement
const DockerMinAPIVersion = "1.44"
DockerMinAPIVersion defines the recommended minimum API version of Docker Engine Should be in sync with DockerMinVersion See https://docs.docker.com/reference/api/engine/#api-version-matrix This value is a recommendation, not a hard requirement
const DockerMinVersion = "25.0"
DockerMinVersion defines the recommended minimum version of Docker Engine List of supported Docker versions: https://endoflife.date/docker-engine This value is a recommendation, not a hard requirement
const PodmanMinVersion = "5.0"
PodmanMinVersion defines the recommended minimum version of Podman. Podman 4.x doesn't run properly on GitHub runners, so we recommend Podman 5.0+ This value is a recommendation, not a hard requirement
const RequiredMutagenVersion = "0.18.1"
RequiredMutagenVersion defines the required version of Mutagen This value is a hard requirement
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.25.3"
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.25.3"
SSHAuthTag is ssh-agent auth tag
var TraefikRouterImage = "ddev/ddev-traefik-router"
TraefikRouterImage is image for router
var TraefikRouterTag = "v1.25.3"
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.25.3" // 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.25.3"
XhguiTag is xhgui tag
Functions ¶
This section is empty.
Types ¶
This section is empty.