Explorar o código

use busy box instead of alpine (much smaller)

Guillaume Tardif %!s(int64=5) %!d(string=hai) anos
pai
achega
8bfe0c5ebc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      azure/convert/convert.go

+ 1 - 1
azure/convert/convert.go

@@ -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"