From 3c58702d42f5b97d3840374028b2657ae8a2e6ec Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 20 Mar 2017 23:27:37 +0000 Subject: [PATCH] Fix accidental removal of /etc/mtab from images This was breaking some containers that use it, was a mistake. Signed-off-by: Justin Cormack --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index db004a29c..76480dee7 100644 --- a/config.go +++ b/config.go @@ -50,7 +50,7 @@ type MobyImage struct { ReadOnly bool `yaml:"read_only"` } -const riddler = "mobylinux/riddler:8fe62ff02b9d28767554105b55d4613db3e77429@sha256:42b7f5c81fb85f8afb17548e00e5b81cfa4818c192e1199d61850491a178b0da" +const riddler = "mobylinux/riddler:c23ab4b6e2a2a4ebd4dd51a059cef7f270da72cb@sha256:7e7744b2f554518411633200db98e599782b120e323348495f43f540de26f7b6" // NewConfig parses a config file func NewConfig(config []byte) (*Moby, error) {