Closed seemethere closed 6 years ago
May be related to #36411 and https://github.com/moby/moby/issues/34875
/cc @arm64b :smile:
Judging from the last Docker CE nightly build pass the following commits are probably causing this:
❯ git log --no-merges --oneline b9cc5cba6964b565e8b2cf1ff50c3e946a924fc8..HEAD
04a0d6b Change containerd monitor ticker to sleep
f6a7763 Add `Len()` to image store for info endpoint
ad2f88d TestLinksEtcHostsContentMatch: use container.Exec()
c125e10 integration/TestContainerShmNoLeak: use --iptables=false
3da4ebf Delete the load balancer endpoint in Ingress nets
bebad15 Update vendoring for libnetwork PR #2097
805b6a7 Add test for ingress removal on service removal
8eb7ed6 Remove arch-suffix detection of Dockerfile
162f9ae Arch-specific Dockerfile removal
f1701a7 Multiarch support for Dockerfile
038f3ad Remove unnecessary diff tests
cad7405 daemon/setMounts(): do not make /dev/shm ro
33dd562 daemon/oci_linux_test: add TestIpcPrivateVsReadonly
d0c1287 Make logfile perms configurable
d48392a Fix definition of ErrSystem type
59854e4 Change return for errdefs.getImplementer()
After a docker system prune -fa
I can't seem to reproduce this issue.
Shall we close for now? I can reopen if needed
Description
The
make binary
target fails onarmv7l
architecture.Steps to reproduce the issue:
make binary
Describe the results you received:
Output:
Describe the results you expected: Successful binary creation
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Hosted node on scaleway.com