docker/ignore-dockerinit-checksum.patch

14 lines
457 B
Diff
Raw Normal View History

Index: docker/utils/utils.go
===================================================================
--- docker.orig/utils/utils.go
+++ docker/utils/utils.go
@@ -111,7 +111,7 @@ func isValidDockerInitPath(target string
}
return os.SameFile(targetFileInfo, selfPathFileInfo)
}
- return dockerversion.INITSHA1 != "" && dockerInitSha1(target) == dockerversion.INITSHA1
+ return true
}
// Figure out the path of our dockerinit (which may be SelfPath())