1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/dockerfile
Tonis Tiigi 4352da7803 Update daemon and docker core to use new content addressable storage
Add distribution package for managing pulls and pushes. This is based on
the old code in the graph package, with major changes to work with the
new image/layer model.

Add v1 migration code.

Update registry, api/*, and daemon packages to use the reference
package's types where applicable.

Update daemon package to use image/layer/tag stores instead of the graph
package

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-11-24 09:40:25 -08:00
..
command
parser Merge pull request #17599 from perhapszzy/master 2015-11-13 16:53:59 -05:00
bflag.go
bflag_test.go
builder.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
dispatchers.go This fixes the case where arguments are escaped twice from Dockerfiles on 2015-11-13 10:43:06 -08:00
envVarTest Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
evaluator.go convert map value from struct to bool 2015-11-10 13:10:35 -08:00
internals.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
internals_unix.go
internals_windows.go
shell_parser.go Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
shell_parser_test.go Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
support.go
wordsTest Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00