moby--moby/image/spec
Stephen J Day c9beb417f4
image/spec: tags are 128 characters
Mostly, they always have been. Most regular expressions were implemented
as `[\w][\w.-]{0,127]`, which actually allows 128 characters, since we
start with a character in the first expression.

This "fact" has been backported to the existing specifications where
length is mentioned. For the most part, no ill-effects should come of
this, unless someone has optimized to hold the length of a tag in a 7
bit integer.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-04-24 15:23:34 -07:00
..
v1.1.md image/spec: tags are 128 characters 2017-04-24 15:23:34 -07:00
v1.2.md image/spec: tags are 128 characters 2017-04-24 15:23:34 -07:00
v1.md some grammatical errors 2017-01-31 19:33:12 -08:00