GNU bug report logs -
#35282
[PATCH] gnu: docker: Patch paths of xz and docker-proxy.
Previous Next
Full log
Message #10 received at 35282 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
>diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
>index 10aa3aa5b4..6e598e4d18 100644
>--- a/gnu/packages/docker.scm
>+++ b/gnu/packages/docker.scm
>@@ -375,7 +375,7 @@ built-in registry server of Docker.")
> ((substitute-LookPath source-text package
> relative-path)
> #`(substitute* source-files
>- ((#,(string-append "exec\\.LookPath\\(\""
>+ ((#,(string-append "\\<exec\\.LookPath\\(\""
> (syntax->datum
> #'source-text)
> "\")"))
>@@ -389,7 +389,7 @@ built-in registry server of Docker.")
> ((substitute-LookPath source-text package
> relative-path)
> #`(substitute* source-files
>- ((#,(string-append "exec\\.Command\\(\""
>+ ((#,(string-append "\\<exec\\.Command\\(\""
> (syntax->datum
> #'source-text)
"\"")
Then it wouldn't match those:
./builder/dockerfile/copy_windows.go: cmd := reexec.Command("windows-fix-permissions", source, destination, identity.SID)
./daemon/graphdriver/overlay2/mount.go: cmd := reexec.Command("docker-mountfrom", dir)
./daemon/graphdriver/windows/windows.go: cmd := reexec.Command(append([]string{"docker-windows-write-layer", d.info.HomeDir, id}, parentLayerPaths...)...)
./pkg/chrootarchive/archive_unix.go: cmd := reexec.Command("docker-untar", dest)
./pkg/chrootarchive/diff_unix.go: cmd := reexec.Command("docker-applyLayer", dest)
Why did you change it?
[Message part 2 (application/pgp-signature, inline)]
This bug report was last modified 6 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.