Closed
Description
Description
#39292 broke compilation on !linux !windows build tags;
moby/pkg/chrootarchive/archive_unix.go
Line 135 in 70f67c6
moby/pkg/chrootarchive/chroot_linux.go
Line 105 in 70f67c6
I'm not sure I understand the nature of the security fix well enough to fix this myself.
Steps to reproduce the issue:
- go build with the build tag darwin
Describe the results you received:
github.com/docker/docker/pkg/chrootarchive/archive_unix.go:135:12: undefined: realChroot
Describe the results you expected:
working build :)
Additional information you deem important (e.g. issue happens only occasionally):
Should the call have been to chroot, not realChroot?
Metadata
Metadata
Assignees
Labels
No labels