version

package
v1.11.2 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const MariaDBDefaultVersion = "10.2"

MariaDBDefaultVersion is the default version we use in the db container

Variables

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

BUILDINFO is information with date and context, supplied by make

View Source
var BaseDBTag = "v1.11.0"

BaseDBTag is the main tag, DBTag is constructed from it

View Source
var BgsyncImg = "drud/ddev-bgsync"

BgsyncImg defines the default bgsync image tag used for applications.

View Source
var BgsyncTag = "v1.11.0" // Note that this can be overridden by make

BgsyncTag defines the default phpmyadmin image tag used for applications.

View Source
var COMMIT = "COMMIT should be overridden"

COMMIT is the actual committish, supplied by make

View Source
var DBAImg = "drud/phpmyadmin"

DBAImg defines the default phpmyadmin image tag used for applications.

View Source
var DBATag = "v1.11.0" // Note that this can be overridden by make

DBATag defines the default phpmyadmin image tag used for applications.

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

DBImg defines the default db image used for applications.

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

View Source
var DockerComposeFileFormatVersion = "3.6"

DockerComposeFileFormatVersion is the compose version to be used

View Source
var DockerComposeVersion = ""

DockerComposeVersion is filled with the version we find for docker-compose

View Source
var DockerComposeVersionConstraint = ">= 1.21.0-alpha1"

DockerComposeVersionConstraint is the current minimum version of docker-compose required for ddev. REMEMBER TO CHANGE docs/index.md if you touch this! The constraint MUST HAVE a -pre of some kind on it for successful comparison. See https://github.com/drud/ddev/pull/738.. and regression https://github.com/drud/ddev/issues/1431

View Source
var DockerVersion = ""

DockerVersion is cached version of docker

View Source
var DockerVersionConstraint = ">= 18.06.1-alpha1"

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! The constraint MUST HAVE a -pre of some kind on it for successful comparison. See https://github.com/drud/ddev/pull/738.. and regression https://github.com/drud/ddev/issues/1431

View Source
var RouterImage = "drud/ddev-router"

RouterImage defines the image used for the router.

View Source
var RouterTag = "v1.11.0" // Note that this can be overridden by make

RouterTag defines the tag used for the router.

View Source
var SSHAuthImage = "drud/ddev-ssh-agent"
View Source
var SSHAuthTag = "v1.11.0"
View Source
var SegmentKey = ""

SegmentKey is the ddev-specific key for Segment service Compiled with link-time variables

View Source
var SentryDSN = ""

SentryDSN is the ddev-specific key for the Sentry service. It is compiled in using link-time variables

View Source
var VERSION = ""

VERSION is supplied with the git committish this is built from

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

WebImg defines the default web image used for applications.

View Source
var WebTag = "v1.11.0" // Note that this can be overridden by make

WebTag defines the default web image tag for drud dev

Functions

func GetBgsyncImage added in v1.5.0

func GetBgsyncImage() string

GetDBAImage returns the correctly formatted dba image:tag reference

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(mariaDBVersion ...string) string

GetDBImage returns the correctly formatted db image:tag reference

func GetDockerComposeVersion added in v1.5.0

func GetDockerComposeVersion() (string, error)

GetDockerComposeVersion runs docker-compose -v to get the current version

func GetDockerVersion added in v1.5.0

func GetDockerVersion() (string, error)

GetDockerVersion gets the cached or api-sourced version of docker engine

func GetRouterImage added in v1.10.3

func GetRouterImage() string

GetRouterImage returns the correctly formatted router image:tag reference

func GetSSHAuthImage added in v1.10.3

func GetSSHAuthImage() string

GetSSHAuthImage returns the correctly formatted sshauth image:tag reference

func GetVersionInfo added in v0.12.0

func GetVersionInfo() map[string]string

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.

Jump to

Keyboard shortcuts

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