Sign inSign up

srl295/bitten-slave

By srl295

Updated over 10 years ago

slave for 'bitten' builds

Image
1

277

srl295/bitten-slave repository overview

bitten: http://bitten.edgewall.org/

to use:

# Example use of srl295/bitten-slave
FROM srl295/bitten-slave
MAINTAINER Your Name <[email protected]>

# this entry probably won't work, not sure
#ENV BITTEN_REPO_URL http://svn.edgewall.org/repos/bitten/trunk/

# prefix for the "bitten name", slave name will be of the form <prefix>-<hostname>
ENV BITTEN_PREFIX   vmslave

# copy our custom config.ini file
COPY config.ini /tmp/scripts/

# TRAC user 
ENV BITTEN_USER     buildbots
# TRAC password
ENV BITTEN_PASSWORD hunter2
# TRAC url ( not includeing '/build' )
ENV BITTEN_URL      http://example.com/trac

Tag summary

Content type

Image

Digest

sha256:8add80e37

Size

305.9 MB

Last updated

over 10 years ago

docker pull srl295/bitten-slave