28343696b9
Show shorthand image IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup images
...
Upstream-commit: 1632566ecb133fb0853aec6715c5c06a4a9e41da
Component: engine
2013-03-31 22:11:55 -07:00
c8d7429350
Simplify id generation
...
Instead of using a SHA-256 of a random number, hex encode 32 bytes
of random data from crypto/rand (sourced from /dev/urandom).
Upstream-commit: 141b5fc7d77fbe99fd42fb603688b842a5be34dd
Component: engine
2013-03-26 19:29:44 -04:00
f7bb202db8
Generate full-size SHA256 IDs for images and containers
...
Upstream-commit: 190e2fa50f62c0b2a497dac39a5154bd35e46b3a
Component: engine
2013-03-23 19:33:00 -07:00
495926123e
An image embeds the configuration of its parent container ('ContainerConfig')
...
Upstream-commit: 0146c80c40fa5b793fdda17ed2c96d49bd90e2ed
Component: engine
2013-03-23 14:48:16 -07:00
e4f150622c
Factorize the pull/push commands and create a registry.go
...
Upstream-commit: da266e6c7b66eda9ec6211bbf48fa71c3732d705
Component: engine
2013-03-21 10:10:14 -07:00
be0e5ade37
Image.ParentCommand and Image.ParentConatiner should be stored
...
Upstream-commit: f50dcbe404fd64dd0c69194bab3ea4aecb1d9f0d
Component: engine
2013-03-21 22:45:22 -07:00
596acf4de9
merge graph in graph
...
Upstream-commit: eef9659c958cc5afa50fbcbe7952eec98a299753
Component: engine
2013-03-21 06:35:57 -07:00
9e327a6d54
'docker commit' records parent container id and command, in addition to parent image
...
Upstream-commit: 05ae69a6eb72e012ed35422a6842038a01a24b61
Component: engine
2013-03-21 21:13:27 -07:00
ace2db29d7
Folded graph/ back into main package
...
Upstream-commit: ef711962d5d70b4332908f0ca6460929e289c131
Component: engine
2013-03-21 17:47:23 -07:00
6db31c94de
Merge branch 'graph' of github.com:dotcloud/docker into graph
...
Upstream-commit: 864a8d9acaf306f10ddb50c2bd2398ebd54f0042
Component: engine
2013-03-21 03:54:24 -07:00