buildbot-docker-example-config icon indicating copy to clipboard operation
buildbot-docker-example-config copied to clipboard

example configuration for running buildbot in docker

Results 5 buildbot-docker-example-config issues
Sort by recently updated
recently updated
newest added

The script fails to download throwing the following error, initially, I supplied the GitHub url directly earlier but, the script would download a "page not found" from GitHub instead but...

When running `docker-compose up` with the simple example, I get the following over and over: ``` buildbot_1 | checking for running master buildbot_1 | checking master.cfg buildbot_1 | upgrading basedir...

Bringing containers down and up with a persistent storage directory results in a trail of "master" buildbot's due to the random hostname.

There does not appear to be a latest tag on the builedbot. The simple configuration uses `master` but the multimaster configuration uses `latest` which is reported as not found. If...

By default the content of the database container in the simple example is not persistent. When recreating the db container the data in the existing container is erased and you...