Commit Graph

12 Commits

Author SHA1 Message Date
creack 4f02c42683 Enforce model for the json image format
Upstream-commit: 3e8d1dfb69e74414b3466fee3195432f17445bbc
Component: engine
2013-03-21 03:52:58 -07:00
Solomon Hykes dd9ffc73ce graph.RepoStore: first draft of a Repository/Tag on top of the graph
Upstream-commit: 680f40c37e0d7f2fc924a51bc40c0bfc37f60b9e
Component: engine
2013-03-21 12:18:47 -07:00
Solomon Hykes bf245fb6d9 moved GenerateId() to the graph package
Upstream-commit: 0208b6accddd4f8c8ccfb380dd281ac208fe19d1
Component: engine
2013-03-21 01:07:07 -07:00
Solomon Hykes 062aedd0cc Fixed a bug in graph.Graph.Get()
Upstream-commit: 84e8c4aa1df8f6f53d1c688a0e2bfc5b4d46adef
Component: engine
2013-03-21 00:21:32 -07:00
Solomon Hykes 8af959ad36 Removed dependency on the fake package in graph unit tests
Upstream-commit: 3eff62394bf11f579552114ce6157675acbd6d25
Component: engine
2013-03-20 22:42:08 -07:00
Solomon Hykes 9bb9143755 Removed extra import
Upstream-commit: 4d9c324495babc175db278fdbe39d291eaf25726
Component: engine
2013-03-20 22:41:31 -07:00
Solomon Hykes 2e486fab8a Unmount() and Mounted(): utility functions to unmount a mountpoint and check if it's mounted, respectively
Upstream-commit: 75c866d6a3aa92d5d2a4e6948fff00f90b36e872
Component: engine
2013-03-20 22:41:03 -07:00
Solomon Hykes 2fda36d87e Removed Image.Unmount(). It belongs in container code
Upstream-commit: 240333277afb733af353e21dd3066c547da05b8a
Component: engine
2013-03-20 22:13:57 -07:00
Solomon Hykes 183c61602f Image.Mount(): create rw and rootfs directory if they don't exist
Upstream-commit: 9e8278134d73ffa0a4e72c2202aa1e5c2bcffc98
Component: engine
2013-03-20 22:13:28 -07:00
Solomon Hykes 2b5ac9ec99 Image.Changes(): list all changes between an image and a rw directory
Upstream-commit: c8db980add4cdc9546a7e38dba264f6862662f15
Component: engine
2013-03-20 22:12:38 -07:00
Solomon Hykes 820f97f5c8 Ported test for image deletion
Upstream-commit: 3c1db4ca43ecd741c50e884c2ea3aac43e3191e1
Component: engine
2013-03-18 17:57:18 -07:00
Solomon Hykes 9cae75046a docker/graph: a store for filesystem images and the graph of their relationships
Upstream-commit: 33f6a0aaf58734f39af564123ca2c0056a3f1bd4
Component: engine
2013-03-18 00:15:35 -07:00