mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
Increase the tag length limit from 30 to 128
Signed-off-by: Burke Libbey <burke.libbey@shopify.com>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import (
|
||||
const DEFAULTTAG = "latest"
|
||||
|
||||
var (
|
||||
validTagName = regexp.MustCompile(`^[\w][\w.-]{0,29}$`)
|
||||
validTagName = regexp.MustCompile(`^[\w][\w.-]{0,127}$`)
|
||||
)
|
||||
|
||||
type TagStore struct {
|
||||
|
||||
Reference in New Issue
Block a user