digital-wonderland/docker-logstash-forwarder

exec format error on build bnrnhag4ywope6cdg8nmyh6

Closed this issue · 4 comments

There seems to be an issue with the latest docker hub build of docker-logstash-forwarder ( bnrnhag4ywope6cdg8nmyh6, see: https://registry.hub.docker.com/u/digitalwonderland/logstash-forwarder/builds_history/36101/ ):

$ sudo docker pull digitalwonderland/logstash-forwarder
Pulling repository digitalwonderland/logstash-forwarder
a109f51d9aea: Download complete 
511136ea3c5a: Download complete 
5b12ef8fd570: Download complete 
dade6cb4530a: Download complete 
99498c96837e: Download complete 
6b6354717759: Download complete 
51916556d23e: Download complete 
d35b1bb69550: Download complete 
Status: Downloaded newer image for digitalwonderland/logstash-forwarder:latest

$ sudo docker run digitalwonderland/logstash-forwarder:latest
Error response from daemon: Cannot start container 6699ffb5473f365ea0ae35775515a3738f1d0d7caa31496b8814d28cf0a3d3e6: [8] System error: exec format error

(I know more arguments are normally needed but that is not the real issue here.)

We pull down new images fairly regularly, so I am about 90% sure the previous build did not have this issue.

$ sudo docker version
Client version: 1.7.1
Client API version: 1.19
Go version (client): go1.4.2
Git commit (client): 786b29d
OS/Arch (client): linux/amd64
Server version: 1.7.1
Server API version: 1.19
Go version (server): go1.4.2
Git commit (server): 786b29d
OS/Arch (server): linux/amd64

There was an issue with the Travis build, which is fixed now.

Please reopen if you still run into problems.

@digital-wonderland I've encountered the same issue with the latest build

ubuntu@staging-nxt:~$ sudo docker images --no-trunc
digitalwonderland/logstash-forwarder        latest              471c0ec164f9b3980db79be459f412e1669aaeb9a1f5e797abb42f31c28cbd15   16 hours ago        214.3 MB
ubuntu@staging-nxt:~$ sudo docker run digitalwonderland/logstash-forwarder:latest
exec format error
FATA[0000] Error response from daemon: Cannot start container b6c77928d00d2d8c3f7007fb31a8f90b57c2c7422ccde3bff0bc0a47583df7e0: [8] System error: exec format error 

@manuelmazzuola Thanks for the heads up. The CI setup once again messed itself up so I triggered a rebuild and it works now.

Thank you !