registry/reference
Aaron Lehmann 34c3acf8a8 Allow uppercase characters in hostnames
This allows hostnames to contain uppercase characters, matching behavior
in Docker versions before 1.10. It does not attempt to canonicalize
hostnames into a lowercase format before parsing, since this could lead
to corner cases (for example, making Hostname.Domain.Com/ref ambiguous
on a daemon which contains references for both hostname.domain.com/ref
and Hostname.Domain.Com/ref).

Fixes: #1433

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-23 14:35:57 -08:00
..
reference.go Allow uppercase characters in hostnames 2016-02-23 14:35:57 -08:00
reference_test.go Validate digest length on parsing 2015-12-02 16:04:06 -08:00
regexp.go Allow uppercase characters in hostnames 2016-02-23 14:35:57 -08:00
regexp_test.go Allow uppercase characters in hostnames 2016-02-23 14:35:57 -08:00