Strider-CD / strider-docker-runner

Strider runner that uses Docker
34 stars 19 forks source link

Status #1

Closed AlexAndrascu closed 9 years ago

AlexAndrascu commented 10 years ago

Is this working or is it work in progress ?

jaredly commented 10 years ago

work in progress, sorry

On Fri, Feb 7, 2014 at 11:58 AM, AlexAndrascu notifications@github.comwrote:

Is this working or is it work in progress ?

Reply to this email directly or view it on GitHubhttps://github.com/Strider-CD/strider-docker-runner/issues/1 .

kfatehi commented 9 years ago

@jaredly i've been thinking more and more about this, since the only advantage i can see drone.io having over strider is the sandboxed nature / docker usage... my question to you is what happened here -- what did you learn, what blocked you, any issues you ran into ? or was progress basically smooth and would have progressed fine had you the time ?

thanks!

jaredly commented 9 years ago

What blocked me was mostly bugs in docker and no good nodejs ilbrary. Given that 1.0 is out, I imagine both of these things are out of the way. It should be fairly smooth sailing

kfatehi commented 9 years ago

Yeah they are. I've been testing docker extensively this week -- using this library https://github.com/apocas/dockerode I have built this tool https://github.com/keyvanfatehi/dew basically skilling up in Docker -- so I can help you write this runner ;)

jaredly commented 9 years ago

Awesome. I'll spend some time cleaning up this repo this week

kfatehi commented 9 years ago

Sweet, thanks!

jaredly commented 9 years ago

Aand I have something working! @keyvanfatehi please try it out let me know what breaks. Probably many plugins won't work :/

The Readme should explain things

image

woot

kfatehi commented 9 years ago

@jaredly nice! I will try it out today. Let you know what breaks? or just fix it ? ;)

niallo commented 9 years ago

Great to have you hacking on strider again @jaredly :)

On Thursday, August 7, 2014, Keyvan Fatehi notifications@github.com wrote:

@jaredly https://github.com/jaredly nice! I will try it out today. Let you know what breaks? or just fix it ? ;)

— Reply to this email directly or view it on GitHub https://github.com/Strider-CD/strider-docker-runner/issues/1#issuecomment-51470040 .

Niall O'Higgins W: http://niallohiggins.com E: n@niallo.me T: @niallohiggins

kfatehi commented 9 years ago

you're right it is hacky, but very nice work, this is where we needed to get to. i ran into this next, but it looks pretty simple from here.

kfatehi commented 9 years ago

works really well -- great work Jared!!!