We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff224f8 + 45a3d3d commit f24d27bCopy full SHA for f24d27b
image/config.go
@@ -55,7 +55,7 @@ func findConfig(w walker, d *descriptor) (*config, error) {
55
}
56
// check if the rootfs type is 'layers'
57
if c.RootFS.Type != "layers" {
58
- return fmt.Errorf("'%s' is an unknown rootfs type, MUST be 'layers'", c.RootFS.Type)
+ return fmt.Errorf("%q is an unknown rootfs type, MUST be 'layers'", c.RootFS.Type)
59
60
return errEOW
61
}); err {
0 commit comments