[Buildbot] #2759: Make a Docker demo setup

Buildbot trac trac at buildbot.net
Wed Jun 4 09:43:17 UTC 2014


#2759: Make a Docker demo setup
-------------------+-----------------------
Reporter:  dustin  |       Owner:  zeller
    Type:  task    |      Status:  accepted
Priority:  major   |   Milestone:  ongoing
 Version:  0.8.8   |  Resolution:
Keywords:  sprint  |
-------------------+-----------------------

Comment (by zeller):

 Okay I have the files updated here finally. Dockerfile and start.sh are
 for buildbot-master and Dockerfile.2 and start.sh.2 are for buildbot-
 slave. These work as is if you'd like to try them out.

 Download them, remove the .2's appended into the buildbot-slave files, and
 place them in directories named master-contrib and slave-contrib (for the
 commands below to make sense)
 Then run:

 {{{
 docker build -t buildbot-master ./master-contrib/
 docker build -t buildbot-slave ./slave-contrib/
 docker run -d -p 8010:8010 -p 9989:9989 --name="bb-master" buildbot-master
 docker run -d --link=bb-master:master --name="bb-slave" buildbot-slave
 }}}

 Now go to localhost:8010 and you can see buildbot up! You can even see
 that the example-slave is added as well :)

 There is some more love that I think this setup deserves, but this
 represents the initial setup I think. What do we think of it?

--
Ticket URL: <http://trac.buildbot.net/ticket/2759#comment:13>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list