Documentation
¶
Index ¶
Constants ¶
const DDevTLD = "ddev.local"
DDevTLD defines the tld to use for DDev site URLs.
Variables ¶
var BUILDINFO = "BUILDINFO should have new info"
BUILDINFO is information with date and context, supplied by make
var COMMIT = "COMMIT should be overridden"
COMMIT is the actual committish, supplied by make
var DBAImg = "drud/phpmyadmin"
DBAImg defines the default phpmyadmin image tag used for applications.
var DBATag = "v1.4.0" // Note that this can be overridden by make
DBATag defines the default phpmyadmin image tag used for applications.
var DBImg = "drud/ddev-dbserver"
DBImg defines the default db image used for applications.
var DBTag = "v1.4.0" // Note that this may be overridden by make
DBTag defines the default db image tag for drud dev
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 DockerComposeFileFormatVersion = "3.6"
DockerComposeFileFormatVersion is the compose version to be used
var DockerComposeVersionConstraint = ">= 1.20.0"
DockerComposeVersionConstraint is the current minimum version of docker-compose required for ddev. REMEMBER TO CHANGE docs/index.md if you touch this!
var DockerVersionConstraint = ">= 18.06.0-ce"
DockerVersionConstraint is the current minimum version of docker required for ddev. See https://godoc.org/github.com/Masterminds/semver#hdr-Checking_Version_Constraints for examples defining version constraints. REMEMBER TO CHANGE docs/index.md if you touch this!
var RouterImage = "drud/ddev-router"
RouterImage defines the image used for the router.
var RouterTag = "v1.4.0" // Note that this can be overridden by make
RouterTag defines the tag used for the router.
var SSHAuthImage = "drud/ddev-ssh-agent"
var SSHAuthTag = "v1.4.0"
var VERSION = ""
VERSION is supplied with the git committish this is built from
var WebImg = "drud/ddev-webserver"
WebImg defines the default web image used for applications.
var WebTag = "v1.4.0" // Note that this can be overridden by make
WebTag defines the default web image tag for drud dev
Functions ¶
func GetDBAImage ¶ added in v1.4.0
func GetDBAImage() string
GetDBAImage returns the correctly formatted dba image:tag reference
func GetDBImage ¶ added in v1.4.0
func GetDBImage() string
GetDBImage returns the correctly formatted db image:tag reference
func GetVersionInfo ¶ added in v0.12.0
GetVersionInfo returns a map containing the version info defined above.
func GetWebImage ¶ added in v1.4.0
func GetWebImage() string
GetWebImage returns the correctly formatted web image:tag reference
Types ¶
This section is empty.