Hi,
I would like to run drone on arm, raspberry pi 3. I got error message: exit code 132, illegal instruction.
$ docker pull drone/drone:linux-arm
Trying to pull repository docker.io/drone/drone ...
linux-arm: Pulling from docker.io/drone/drone
6e39823df636: Already exists
1d9a1c9a5019: Pull complete
7a96fb5f7412: Pull complete
Digest: sha256:d30b2ea4413c8911d5c082bd7352df6d3948deedf2c0afa38bf44c5117d580ea
Status: Downloaded newer image for docker.io/drone/drone:linux-arm
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/drone/drone linux-arm ef0b39b9cc39 8 hours ago 59.7 MB
$ docker run --rm -it docker.io/drone/drone:linux-arm bash
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fc95be2614c9 docker.io/drone/drone:linux-arm "/bin/drone-server sh" 7 seconds ago Exited (132) 3 seconds ago quirky_shirley
OS environment:
$ hostnamectl
Static hostname: raspberrypi3
Icon name: computer
Machine ID: c87ce8a5ca0048c2b23f54bfd9c7b41b
Boot ID: 0b3ddbb2036542c5924454f5f8bb0762
Operating System: CentOS Linux 7 (AltArch)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 4.14.127-v7.1.el7
Architecture: arm
Docker version:
$ docker -v
Docker version 1.13.1, build 7f2769b/1.13.1
I had tried previous versions of images, the last working image was drone:1.2.3-linux-arm:
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0c69482ed886 drone/drone:1.2.3-linux-arm “/bin/drone-server…” 14 seconds ago Exited (1) 11 seconds ago amazing_pike
8cbb2e8e12e7 drone/drone:1.3.0-linux-arm “/bin/drone-server…” About a minute ago Exited (139) About a minute ago amazing_mclean
42d3c77e6112 drone/drone:1.3.1-linux-arm “/bin/drone-server…” 2 minutes ago Exited (139) 2 minutes ago condescending_knuth
44fb51977da0 drone/drone:linux-arm “/bin/drone-server…” 5 minutes ago Exited (132) 5 minutes ago goofy_snyder
18f96f76b16a drone/drone:latest “/bin/drone-server…” 6 minutes ago Exited (132) 6 minutes ago infallible_lamarr
fc95be2614c9 drone/drone:linux-arm “/bin/drone-server sh” 45 minutes ago Exited (132) 45 minutes ago quirky_shirley
Is it an issue of arm image?
Thanks,
Karoly