You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build the docker image for bamboo, but I keep getting this error on Step 9.
Step 9 : RUN go get github.com/tools/godep && go get -t github.com/smartystreets/goconvey && go build && ln -s /opt/go/src/github.com/QubitProducts/bamboo /var/bamboo && mkdir -p /run/haproxy && mkdir -p /var/log/supervisor
---> Running in 4f034c6ddb5a
# github.com/QubitProducts/bamboo
./bamboo.go:185: client.Timeout undefined (type *http.Client has no field or method Timeout)
The command '/bin/sh -c go get github.com/tools/godep && go get -t github.com/smartystreets/goconvey && go build && ln -s /opt/go/src/github.com/QubitProducts/bamboo /var/bamboo && mkdir -p /run/haproxy && mkdir -p /var/log/supervisor' returned a non-zero code: 2
Can somebody try building the docker image and confirm that the link works.
Regards,
Shashank
The text was updated successfully, but these errors were encountered:
I am trying to build the docker image for bamboo, but I keep getting this error on Step 9.
Can somebody try building the docker image and confirm that the link works.
Regards,
Shashank
The text was updated successfully, but these errors were encountered: