docs/graph
Aaron Lehmann 257c59251b Vendor updated version of docker/distribution
This updates the vendored docker/distribution to the current master
branch.

Note the following changes:

- The manifest package was split into manifest/schema1. Most references
  to the manifest package in the engine needed to be updated to use
  schema1 instead.

- Validation functions in api/v2 were replaced by the
  distribution/reference package. The engine code has been updated to
  use the reference package for validation where necessary. A future PR
  will change the engine to use the types defined in
  distribution/reference more comprehensively.

- The reference package explicitly allows double _ characters in
  repository names. registry_test.go was updated for this.

- TestPullFailsWithAlteredManifest was corrupting the manifest JSON, now
  that the schema1 package unmarshals the correct payload. The test is
  being changed to modify the JSON without affecting its length, which
  allows the pull to succeed to the point where digest validation
  happens.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-11-02 12:40:18 -08:00
..
fixtures/validate_manifest Unmarshal signed payload when pulling by digest 2015-10-12 10:51:28 -07:00
tags Vendor updated version of docker/distribution 2015-11-02 12:40:18 -08:00
export.go Make sure tags and digests don’t collide 2015-10-12 14:20:11 -07:00
graph.go Revert "dockerversion placeholder for library-import" 2015-10-27 21:23:53 -04:00
graph_test.go Revert "dockerversion placeholder for library-import" 2015-10-27 21:23:53 -04:00
history.go Refactor some code to use simply format 2015-09-06 20:59:09 +08:00
import.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
list.go make sure the value of the dangling filter is correct 2015-10-16 22:09:32 +08:00
load.go Better log on docker load 2015-10-24 06:33:15 -04:00
load_unsupported.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
mutex.go Attempt to protect on disk image store with mutex 2015-06-25 20:16:37 -07:00
pools_test.go Move types from progressreader and broadcastwriter to broadcaster 2015-10-06 22:20:07 -04:00
pull.go Remove trust package 2015-10-12 10:51:28 -07:00
pull_v1.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
pull_v2.go Vendor updated version of docker/distribution 2015-11-02 12:40:18 -08:00
pull_v2_test.go Vendor updated version of docker/distribution 2015-11-02 12:40:18 -08:00
push.go Revert "Merge pull request #16228 from duglin/ContextualizeEvents" 2015-09-29 14:26:51 -04:00
push_v1.go Calculate hash based image IDs on pull 2015-10-12 10:51:28 -07:00
push_v2.go Vendor updated version of docker/distribution 2015-11-02 12:40:18 -08:00
registry.go Vendor updated version of docker/distribution 2015-11-02 12:40:18 -08:00
service.go Use RepoTags & RepoDigest in inspect 2015-10-22 23:00:59 +02:00
tags.go Speedup container list 2015-10-15 20:41:35 -07:00
tags_unit_test.go Remove trust package 2015-10-12 10:51:28 -07:00