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
Content type
Image
Digest
sha256:8add80e37…
Size
305.9 MB
Last updated
over 10 years ago
docker pull srl295/bitten-slave