remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

[wip] enterprise support #50

Open cordoval opened 8 years ago

cordoval commented 8 years ago
Q A
Bug Fix? n
New Feature? n
BC Breaks? n
Deprecations? n
Tests Pass? n
Fixed Tickets
License MIT
Doc PR
cordoval commented 8 years ago

I am new to go so @ejholmes any hint help is greatly appreciated :blush: but i really need this

cordoval commented 8 years ago

@ejholmes can i upgrade the "code.google.com/p/go-uuid/uuid" library too?

~ godep save                                     Luiss-MacBook-Pro-2 [12:05:11]
godep: WARNING: Recorded go version (go1.4.2) with minor version string found.
godep: WARNING: Recorded major go version (go1.4) and in-use major go version (go1.5) differ.
godep: To record current major go version run `godep update -goversion`.
godep: Package (code.google.com/p/go-uuid/uuid) not found
nVitius commented 8 years ago

The default should probably be set to github.com

cordoval commented 8 years ago

true @nVitius , what i am having more problems is with godeps

cordoval commented 8 years ago

@ejholmes i tried to see how to use the structure on Builder but not sure how to pass that now. Can you explain more how you were thinking we were going to pass this around?