versionconstants

package
v1.25.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const CGOEnabled = 1
View Source
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

View Source
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

View Source
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

View Source
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

View Source
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

View Source
const RequiredMutagenVersion = "0.18.1"

RequiredMutagenVersion defines the required version of Mutagen This value is a hard requirement

Variables

View Source
var AmplitudeAPIKey = ""

AmplitudeAPIKey is the ddev-specific key for Amplitude service Compiled with link-time variables

View Source
var BUILDINFO = "BUILDINFO should have new info"

BUILDINFO is information with date and context, supplied by make

View Source
var BaseDBTag = "27b956a558" // 20260831_v1.25.4-27b956a558

BaseDBTag is the main tag, DBTag is constructed from it

View Source
var BaseDBTagBranch = "v1.25.4"

BaseDBTagBranch is the branch BaseDBTag's content was built from.

View Source
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.

View Source
var DBImg = "ddev/ddev-dbserver"

DBImg defines the default db image used for applications.

View Source
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.

View Source
var MutagenVersion = ""

MutagenVersion is filled with the version we find for Mutagen in use

View Source
var SSHAuthImage = "ddev/ddev-ssh-agent"

SSHAuthImage is image for agent

View Source
var SSHAuthTag = "544e096521" // 20260831_v1.25.4-544e096521

SSHAuthTag is ssh-agent auth tag

View Source
var SSHAuthTagBranch = "v1.25.4"

SSHAuthTagBranch is the branch SSHAuthTag's content was built from.

View Source
var TraefikRouterImage = "ddev/ddev-traefik-router"

TraefikRouterImage is image for router

View Source
var TraefikRouterTag = "b7ce92d10d" // 20260831_v1.25.4-b7ce92d10d

TraefikRouterTag is traefik router tag

View Source
var TraefikRouterTagBranch = "v1.25.4"

TraefikRouterTagBranch is the branch TraefikRouterTag's content was built from.

View Source
var UtilitiesImage = "ddev/ddev-utilities:latest"

UtilitiesImage is used in bash scripts

View Source
var WebImg = "ddev/ddev-webserver"

WebImg defines the default web image used for applications.

View Source
var WebTag = "edbebeadc5" // 20260831_v1.25.4-edbebeadc5

WebTag defines the default web image tag

View Source
var WebTagBranch = "v1.25.4"

WebTagBranch is the branch WebTag's content was built from.

View Source
var XhguiImage = "ddev/ddev-xhgui"

XhguiImage is image for xhgui

View Source
var XhguiTag = "7269c5a85e" // 20260831_v1.25.4-7269c5a85e

XhguiTag is xhgui tag

View Source
var XhguiTagBranch = "v1.25.4"

XhguiTagBranch is the branch XhguiTag's content was built from.

Functions

func IsUnreleasedDdevVersion added in v1.25.4

func IsUnreleasedDdevVersion(version string) bool

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL