moby--moby/image
Aaron Lehmann da2ad48b92 image spec: Correct set of acceptable characters in tags
The image spec did not match the regexp that validates tags. It
neglected to mention that period and dash characters are allowed in
tags, as long as they are not the first character. It also did not
mention the length limit for tags.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit 2f19e910bd)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-08 15:32:15 -07:00
..
spec image spec: Correct set of acceptable characters in tags 2016-07-08 15:32:15 -07:00
tarexport Fix duplicate layers in exported tar 2016-07-01 00:39:50 -07:00
v1 Update code for latest engine-api 2016-04-19 16:56:54 +02:00
fs.go Safer file io for configuration files 2016-04-21 11:31:15 -07:00
fs_test.go Update code to compile against new manifest interface 2016-01-08 17:24:20 -08:00
image.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
image_test.go Add image store 2015-11-24 09:40:24 -08:00
rootfs.go Windows: Support non-base-layered images 2016-04-07 17:52:26 -07:00
rootfs_unix.go Windows: Support non-base-layered images 2016-04-07 17:52:26 -07:00
rootfs_windows.go Windows: Support non-base-layered images 2016-04-07 17:52:26 -07:00
store.go Fix .ensure-emptyfs on non-x86_64 architectures 2016-04-08 17:38:13 -04:00
store_test.go Clear old parent reference on resetting image parent 2016-02-05 17:05:19 -08:00