mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 10:27:08 +00:00
update docker code and adapt code
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
2
vendor/github.com/docker/distribution/reference/regexp.go
generated
vendored
2
vendor/github.com/docker/distribution/reference/regexp.go
generated
vendored
@@ -49,7 +49,7 @@ var (
|
||||
|
||||
// NameRegexp is the format for the name component of references. The
|
||||
// regexp has capturing groups for the hostname and name part omitting
|
||||
// the seperating forward slash from either.
|
||||
// the separating forward slash from either.
|
||||
NameRegexp = expression(
|
||||
optional(hostnameRegexp, literal(`/`)),
|
||||
nameComponentRegexp,
|
||||
|
Reference in New Issue
Block a user