moby--moby/image
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
..
cache image/cache: fix isValidParent logic 2017-02-21 19:32:04 +01:00
spec image/spec: tags are 128 characters 2017-04-24 15:23:34 -07:00
tarexport Use distribution reference 2017-02-07 11:08:37 -08:00
v1 *: use opencontainers/go-digest package 2017-01-06 18:48:41 -08:00
fs.go Wrap errors in digest package so they are consistent between platforms. 2017-03-08 11:48:46 -05:00
fs_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
image.go Fixing a typo in spelling 2017-03-30 14:31:45 +05:30
image_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00
rootfs.go Windows: Skip layers+base images 2016-09-07 12:16:45 -07:00
store.go *: use opencontainers/go-digest package 2017-01-06 18:48:41 -08:00
store_test.go Remove pkg/testutil/assert in favor of testify 2017-04-14 12:03:21 -07:00