metadata: expand container runtime into bucket
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user