Merge pull request #245178 from LeSuisse/docker-cli-workaround-go-1.20.6

docker: apply fix starting containers with a local connection with the CLI
This commit is contained in:
maxine
2023-07-24 14:54:09 +02:00
committed by GitHub
@@ -188,6 +188,14 @@ rec {
++ lib.optional withSeccomp libseccomp
++ plugins;
patches = [
(fetchpatch {
name = "fix-issue-with-go-1.20.6.patch";
url = "https://github.com/docker/cli/pull/4441.patch";
hash = "sha256-F4ueSbdBk1w8OqC4Dgh8+4Ql4zTjehaM368ET7k6Yx8=";
})
];
postPatch = ''
patchShebangs man scripts/build/
substituteInPlace ./scripts/build/.variables --replace "set -eu" ""