<div dir="ltr">Hi all,<div><br></div><div>I have Buildbot successfully deployed as an all-Docker setup: The master runs in docker, and starts up worker(s) as needed in remote Docker instances.  Currently everything is running inside of Debian based images, and part of our build steps is to build Debian packages, but we're looking to add the creation of RPMs as well.  Does anyone have an idea how I could restrict a given build to run *only* on an RPM based image?</div><div><br></div><div>Right now I'm thinking that I have to build a separate set of worker Docker images based on CentOS, and then have those run on some workers, with the Debian based images on others.  This would mean restricting the builder config to the appropriate hosts.  Is there a simpler approach?  I would love to be able to have all of my workers run the appropriate Docker image based on the build queue.  Or, even better, run each build inside of its own Docker container (ie, 1:1 mapping of build to container).<br></div><div><br></div><div>G</div></div>