mantl / mesos-consul

Mesos to Consul bridge for service discovery
Apache License 2.0
338 stars 95 forks source link

CiscoCloud -> mantl in Docker build #120

Closed ChrisAubuchon closed 6 years ago

ChrisAubuchon commented 7 years ago

Addresses https://github.com/mantl/mesos-consul/issues/111

wichitalineman commented 6 years ago

Dockerfile in project is still referencing CiscoCloud which causes a build fail

COPY . /go/src/github.com/CiscoCloud/mesos-consul RUN apk add --update make git glide \ && cd /go/src/github.com/CiscoCloud/mesos-consul \

Changing from CiscoCloud to mantl in the file fixes the build.

Cryptophobia commented 6 years ago

@Theaxiom : Per @wichitalineman , should we merge?