mirror of https://github.com/docker/compose.git
use busy box instead of alpine (much smaller)
This commit is contained in:
parent
e4db0d2b9e
commit
8bfe0c5ebc
|
@ -19,7 +19,7 @@ import (
|
|||
const (
|
||||
// ComposeDNSSidecarName name of the dns sidecar container
|
||||
ComposeDNSSidecarName = "aci--dns--sidecar"
|
||||
dnsSidecarImage = "alpine:3.12.0"
|
||||
dnsSidecarImage = "busybox:1.31.1"
|
||||
|
||||
azureFileDriverName = "azure_file"
|
||||
volumeDriveroptsShareNameKey = "share_name"
|
||||
|
|
Loading…
Reference in New Issue