From e6be800ec633342aef656e0a2ed0bdc4519796d9 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 10 Jan 2018 13:49:38 -0500 Subject: Update DB to add new fields required for planned features Signed-off-by: Matthew Heon Closes: #209 Approved by: rhatdan --- libpod/sql_state_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpod/sql_state_test.go') diff --git a/libpod/sql_state_test.go b/libpod/sql_state_test.go index e990df6c9..020e2ce40 100644 --- a/libpod/sql_state_test.go +++ b/libpod/sql_state_test.go @@ -21,7 +21,8 @@ func getTestContainer(id, name, locksDir string) (*Container, error) { Name: name, RootfsImageID: id, RootfsImageName: "testimg", - UseImageConfig: true, + ImageVolumes: true, + ReadOnly: true, StaticDir: "/does/not/exist/", Stdin: true, Labels: make(map[string]string), -- cgit v1.2.3-54-g00ecf