|
@@ -32,7 +32,7 @@ const MaxImageDepth = 127
|
|
|
|
|
|
var (
|
|
var (
|
|
defaultDns = []string{"8.8.8.8", "8.8.4.4"}
|
|
defaultDns = []string{"8.8.8.8", "8.8.4.4"}
|
|
- validContainerName = regexp.MustCompile(`^/?[a-zA-Z0-9_-]+$`)
|
|
|
|
|
|
+ validContainerName = regexp.MustCompile(`^/?[a-zA-Z0-9_.-]+$`)
|
|
)
|
|
)
|
|
|
|
|
|
type Capabilities struct {
|
|
type Capabilities struct {
|