QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
794 stars 215 forks source link

Docker images not building deb packages #209

Closed rhoml closed 8 years ago

rhoml commented 8 years ago

when building the image I keep getting this errors

15-Jun-2016 16:01:56    can't load package: package github.com/QubitProducts/bamboo: 
15-Jun-2016 16:01:56    bamboo.go:1:1: expected 'package', found 'IDENT' main
15-Jun-2016 16:01:56    The command '/bin/sh -c go get github.com/tools/godep &&     go get -t github.com/smartystreets/goconvey &&     go build' returned a non-zero code: 1

Note: gem requires ruby installed on the docker containers otherwise it won't be able to install fpm since golang image doesn't have ruby.

j1n6 commented 8 years ago

Let me try to reproduce this, will get back to you later today.

On 15 Jun 2016, at 07:20, Rhommel Lamas notifications@github.com wrote:

when building the image I keep getting this errors

15-Jun-2016 16:01:56 can't load package: package github.com/QubitProducts/bamboo: 15-Jun-2016 16:01:56 bamboo.go:1:1: expected 'package', found 'IDENT' main 15-Jun-2016 16:01:56 The command '/bin/sh -c go get github.com/tools/godep && go get -t github.com/smartystreets/goconvey && go build' returned a non-zero code: 1 Note: gem requires ruby installed on the docker containers otherwise it won't be able to install fpm since golang image doesn't have ruby.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

rhoml commented 8 years ago

Thanks I am still deciding of to use it or not

j1n6 commented 8 years ago

cc @rhoml The issue should be fixed now.