This commit is contained in:
parent
2eb472cc20
commit
043a1b6ffa
5 changed files with 111 additions and 26 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Use the published buildbot/buildbot-master image as the base
|
||||
FROM buildbot/buildbot-master:master
|
||||
|
||||
# Install buildbot-prometheus in the existing virtual environment
|
||||
RUN /buildbot_venv/bin/pip3 install buildbot-prometheus
|
||||
|
||||
# Set the working directory to where the buildbot files are expected
|
||||
WORKDIR /buildbot
|
||||
|
||||
# Keep the existing command to start buildbot
|
||||
CMD ["dumb-init", "/usr/src/buildbot/start_buildbot.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue