metadata: expand container runtime into bucket

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-06-21 16:16:02 -07:00
parent 6fbe4bd568
commit ea44901921
3 changed files with 49 additions and 43 deletions

View File

@@ -39,6 +39,8 @@ var (
bucketKeyLabels = []byte("labels")
bucketKeyImage = []byte("image")
bucketKeyRuntime = []byte("runtime")
bucketKeyName = []byte("name")
bucketKeyOptions = []byte("options")
bucketKeySpec = []byte("spec")
bucketKeyRootFS = []byte("rootfs")
bucketKeyCreatedAt = []byte("createdat")