Commits
User selector
Commit history
Commits on Oct 10, 2014
Enable V2 pull flow
Show description for 3be4551committedUpdate verification message
Show description for 85fd821committedUpdate manifest format to rename blobsums and use arrays of dictionaries
Show description for 15d5c7fcommittedAdd status message for V2 pull
Show description for 456f493committedUpdate pull message and log
Show description for 7d21ea6committedMake V2 code more defensive against malformed content
Show description for e8b8cf6committed
Commits on Oct 7, 2014
Increase the tag length limit from 30 to 128
Show description for c95b0e0committed
Commits on Oct 3, 2014
Remove registry v2 code path
Show description for 1c62e0acommittedMerge pull request #8320 from dmcgowan/provenance_pull
Show description for eaaf9e3committedAdd comment for permission and fix wrong format variable
Show description for 22e5900committed
Commits on Oct 2, 2014
Add provenance pull flow for official images
Show description for 7c88e8fcommitted
Commits on Oct 1, 2014
Print a status message when pull command is executed
Show description for ecff630committed
Srini Brahmarouturegistry: getting Endpoint ironned out
Show description for 61c6f20authored andcommitted
Commits on Sep 30, 2014
Move archive package into pkg/archive
Show description for 30d5a42committed
Commits on Sep 29, 2014
Merge pull request #8276 from dqminh/8262-validate-build-tag
Show description for 22bd54bcommittedMerge pull request #8175 from hqhq/master
Show description for 74dbea8committedcheck tag's validity before building.
Show description for 8833d80committed
Commits on Sep 25, 2014
Pull all image aliases for id. Closes #8141.
Show description for 7d74be1committed
Commits on Sep 23, 2014
if the Rename during an image delete fails, just delete the original dir
Show description for 86a3a9acommitted
Doug Davisgraph: add VirtualSize for inspect output
Show description for ec000cbcommitted
Commits on Sep 16, 2014
Refactor use of graphdriver.Differ
Show description for dee6b48committed
Josh Hawn
Commits on Sep 15, 2014
graph: validate tags properly & add unit tests
Show description for ada883bcommitted
Commits on Sep 11, 2014
Merge pull request #7996 from estesp/7943-validate-tagnames
Show description for 98e4091committedValidate tag names similar to repository name validation; add tests
Show description for 46eb414committed
Commits on Sep 9, 2014
Add daemon flag to specify public registry mirrors
Show description for 69a75c6committed
Commits on Aug 29, 2014
Some more style fixes
Show description for 114838ccommitteddocker save: ability to save multiple images
Show description for e64131dcommitted
Commits on Aug 28, 2014
graph: remove obsolete comments
Show description for 59d5835committedgraph: change argument order of Register function
Show description for 35df24ccommitted
Commits on Aug 14, 2014
another commit to do like @crosbymichael
Show description for a039232committed
Commits on Aug 13, 2014
Extract log utils into pkg/log
Show description for a02f67bauthored andcommitted
registry.Registry -> registry.Session
Show description for 752dd70committed
Commits on Aug 11, 2014
Merge pull request #6301 from rail44/feature-load-only-not-exist-image
Show description for f4f1e4dcommitted
Commits on Aug 8, 2014
Use only unavailable image when load from Tarball
Show description for a34dd21committed
Satoshi AmemiyaMove "pull" and "push" to graph/pull.go and graph/push.go
Show description for 6856a6bcommitted
Solomon Hykes