docker / gordon

Cli application to manage github pull requests
MIT License
176 stars 33 forks source link

My localhost does not have go installed - give me a Dockerfile #129

Closed SvenDowideit closed 10 years ago

SvenDowideit commented 10 years ago

Finally got to it.

SvenDowideit commented 10 years ago

When I run pulls in a repo made with

git clone git@github.com:SvenDowideit/docker
git add remote upstream https://github.com/dotcloud/docker
git fetch --all

then pulls returns nothing.

https://help.github.com/articles/fork-a-repo

but if I

git clone https://github.com/dotcloud/docker

pulls works - but until I read the code, the idea of then calling pulls send is pretty ominous - and will be much more so for newer contributors.

SvenDowideit commented 10 years ago

clearly will get updated when #128 merges.

SvenDowideit commented 10 years ago

assignee=SvenDowideit

crosbymichael commented 10 years ago

You should use crosbymichael/golang as the base image ;)

tianon commented 10 years ago

If you use tianon/golang you can compile for Mac OS and FreeBSD too!

erikh commented 10 years ago

Merging this as it's good enough and solves the problem.