docker/graph
Nuutti Kotivuori 642e6a3773 Prevent fallback to v1 registry for digest pulls
The intention of the user is to download a verified image if explicitly
pulling with a digest and falling back to v1 registry circumvents that
protection.

Signed-off-by: Nuutti Kotivuori <naked@iki.fi>
2015-05-18 08:26:26 +03:00
..
export.go Merge pull request #12532 from ankushagarwal/eliminate-json-marshal 2015-04-27 13:54:20 -05:00
graph.go Small if err cleaning 2015-04-27 21:50:33 +02:00
graph_test.go moving integration tests to graph unit tests 2015-04-20 21:08:45 +00:00
history.go Decode container configurations into typed structures. 2015-04-15 10:22:07 -07:00
import.go Remove engine.Job from builder.CmdBuildConfig. 2015-04-20 13:37:06 -07:00
list.go Remove Job from `docker images` 2015-04-08 19:33:01 -07:00
load.go Replace json.Unmarshal with json.Decoder().Decode() 2015-04-26 15:02:01 +02:00
load_unsupported.go Remove engine/job from graph 2015-04-23 23:36:29 +02:00
manifest.go Remove chain of engine passing from builder to loadManifest 2015-04-21 14:55:23 -07:00
manifest_test.go remove job from tag 2015-04-19 18:36:56 +08:00
pools_test.go
pull.go Prevent fallback to v1 registry for digest pulls 2015-05-18 08:26:26 +03:00
push.go Small if err cleaning 2015-04-27 21:50:33 +02:00
service.go Remove engine/job from graph 2015-04-23 23:36:29 +02:00
tags.go Replace json.Unmarshal with json.Decoder().Decode() 2015-04-26 15:02:01 +02:00
tags_unit_test.go Remove engine from trust 2015-04-20 12:48:33 -07:00