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.36.1"
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 = "27b956a558" // 20260831_v1.25.4-27b956a558
BaseDBTag is the main tag, DBTag is constructed from it
var BaseDBTagBranch = "v1.25.4"
BaseDBTagBranch is the branch BaseDBTag's content was built from.
var BuildSource = ""
BuildSource records where a build came from: on GitHub Actions, a run URL with the PR number appended when triggered by a pull_request event; otherwise who ran `make` and from which branch. Set via -ldflags from the Makefile — see scripts/build-source.sh.
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 = "544e096521" // 20260831_v1.25.4-544e096521
SSHAuthTag is ssh-agent auth tag
var SSHAuthTagBranch = "v1.25.4"
SSHAuthTagBranch is the branch SSHAuthTag's content was built from.
var TraefikRouterImage = "ddev/ddev-traefik-router"
TraefikRouterImage is image for router
var TraefikRouterTag = "b7ce92d10d" // 20260831_v1.25.4-b7ce92d10d
TraefikRouterTag is traefik router tag
var TraefikRouterTagBranch = "v1.25.4"
TraefikRouterTagBranch is the branch TraefikRouterTag's content was built from.
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 = "edbebeadc5" // 20260831_v1.25.4-edbebeadc5
WebTag defines the default web image tag
var WebTagBranch = "v1.25.4"
WebTagBranch is the branch WebTag's content was built from.
var XhguiImage = "ddev/ddev-xhgui"
XhguiImage is image for xhgui
var XhguiTag = "7269c5a85e" // 20260831_v1.25.4-7269c5a85e
XhguiTag is xhgui tag
var XhguiTagBranch = "v1.25.4"
XhguiTagBranch is the branch XhguiTag's content was built from.
Functions ¶
func IsUnreleasedDdevVersion ¶ added in v1.25.4
IsUnreleasedDdevVersion returns true if version looks like it was built from an untagged commit (a PR, local branch, or other dev build) rather than an official release.
Types ¶
This section is empty.