mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-28 13:25:42 +00:00
ca6722f1c5
The DOCKER_EXPERIMENTAL environment variable drives the activation of the 'experimental' build tag. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
8 lines
86 B
Go
8 lines
86 B
Go
// +build experimental
|
|
|
|
package utils
|
|
|
|
func ExperimentalBuild() bool {
|
|
return true
|
|
}
|