mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
c9beb417f4
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> |
||
---|---|---|
.. | ||
v1.1.md | ||
v1.2.md | ||
v1.md |