image/docker
Miloslav Trmač 55bcc37672 Add policy configuration scope validation
This e.g. rejects relative paths for directories.

Notably docker: transport is the only one which does not do any real
validation; we could copy&paste the character ranges and lengths
directly from docker/distribution/reference, which feels fairly ugly.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2016-07-18 21:07:28 +02:00
..
policyconfiguration Add types.ImageReference.PolicyConfiguration{Identity,Namespaces} 2016-07-18 20:50:11 +02:00
docker_client.go docker,openshift: create http.Client with Timeout 2016-07-18 17:02:01 +02:00
docker_image.go Add types.ImageTransport and types.ImageReference 2016-07-16 05:08:38 +02:00
docker_image_dest.go Replace CanonicalDockerReference by Reference().DockerReference 2016-07-16 05:08:38 +02:00
docker_image_src.go Replace IntendedDockerReference by Reference().DockerReference 2016-07-16 05:08:38 +02:00
docker_image_src_test.go Strip MIME type parameters from Content-Type 2016-06-28 19:57:46 +02:00
docker_transport.go Add policy configuration scope validation 2016-07-18 21:07:28 +02:00
docker_transport_test.go Add policy configuration scope validation 2016-07-18 21:07:28 +02:00
docker_utils.go Add types.ImageTransport and types.ImageReference 2016-07-16 05:08:38 +02:00