4931d03fff
- rediff ignore-dockerinit-checksum.patch, gcc-go-build-static-libgo.patch to make them apply again. - introduce go_arches for architectures that use the go compiler instead of gcc-go - add docker-netns-aarch64.patch: Add support for AArch64 - enable build for aarch64 OBS-URL: https://build.opensuse.org/request/show/313847 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=14
12 lines
298 B
Diff
12 lines
298 B
Diff
--- utils/utils.go
|
|
+++ utils/utils.go
|
|
@@ -76,7 +76,7 @@
|
|
}
|
|
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())
|