Add xenial and jammy #15
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/buildbot_multibuild#15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "shekhar-cis/buildbot_multibuild:refactor/buildbot_multibuild"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
I have added Docker for Jammy and Xenial.
3b4db6c8b9
to93886ed498
Looks like ok first attempt, please add a check at line 174 for
KeyError
in case we don't have the boostrapper for that particular distro.@ -54,0 +62,4 @@
git subversion python3-dev libffi-dev python3-setuptools \
python3-pip dumb-init curl openssh-client wget
RUN pip install --upgrade pip
Not sure why you install
buildbot-worker
with pip. Is there a problem installing it with apt?I tried to install
buildbot-worker
with apt in docker build with "--pull --no-cache" but gettingI found this
python3-buildbot-worker
is working with apt.maybe it is needed to run
apt -y update
after all. This is what a search shows up on focal:python3-buildbot-worker
working.@ -115,6 +161,7 @@ def _get_dockerfile_contents(dockerfile):
if m:
inside_allowed_command = True
if m.group(1) == "FROM":
os_codename = m.group().split()[1].split(":")[1]
This looks like it may work it the typical use case.
Added
try except
93886ed498
to1c26b97d27
1c26b97d27
to9f3da6d87d
9f3da6d87d
tocb7703c333
cb7703c333
to1eefd5b0c6
1eefd5b0c6
toff87ae8ec5