Skip to content

Install on Ubuntu x86_64 failed #5

Description

@Cbhihe

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
_

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions