Hello, I try to experiment with serf locally before graduating to AWS EC2 instances and would be interested in running containers and serf agents from your image on Ubuntu 14.04 and 17.04. After cloning your repo on local host I tried to build an image based on your Dockerfile: I had issues and tried (naively ?) to replace the cmd yum' with apt-get' but to no avail. Will you suggest a fix ?
Error message follows:
_> End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of /tmp/serf.zip or /tmp/serf.zip.zip, and cannot find /tmp/serf.zip.ZIP, period.
The command:
'/bin/sh -c yum install -y unzip curl && curl -Lso /tmp/serf.zip https://dl.bintray.com/mitchellh/serf/0.6.1_linux_amd64.zip && mkdir -p /usr/local/serf/bin && unzip /tmp/serf.zip -d /usr/local/serf/bin && ln -s /usr/local/serf/bin/serf /usr/local/bin/serf && rm /tmp/serf.zip' returned a non-zero code: 9
_
Hello, I try to experiment with serf locally before graduating to AWS EC2 instances and would be interested in running containers and serf agents from your image on Ubuntu 14.04 and 17.04. After cloning your repo on local host I tried to build an image based on your Dockerfile: I had issues and tried (naively ?) to replace the cmd
yum' withapt-get' but to no avail. Will you suggest a fix ?Error message follows:
_> End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.