arm64-docker-builder
arm64-docker-builder copied to clipboard
cannot build on raspberry pi with arm64
every time i execute ./compile-docker.sh I get the following error:
---> Making bundle: dynbinary (in bundles/17.03.2-ce/dynbinary)
Building: bundles/17.03.2-ce/dynbinary-client/docker-17.03.2-ce
Created binary: bundles/17.03.2-ce/dynbinary-client/docker-17.03.2-ce
Building: bundles/17.03.2-ce/dynbinary-daemon/dockerd-17.03.2-ce
go build github.com/docker/docker/vendor/github.com/ugorji/go/codec: /usr/lib/go-1.7/pkg/tool/linux_arm64/compile: signal: killed
did anyone no this problem? thanks for help
The problem is, Docker has changed the build process in the meantime. So it's not sure how to compile the Docker engine by yourself. I'd rather go for the officially build .deb packages, even if this take some time to arrive. See this PR https://github.com/docker/docker-ce-packaging/pull/35 for more details.
Tanks for help so I look like that I have to wait? :-(
Or you look into the details how to compile and package Docker-CE the new way, this details can be found in the linked repo.
thanks, I will give it a chance :-)