Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
After enabling the new ARM machines, the CentOS7 and RHEL7 docker image creation fails. Probably something changed in the meanwhile that makes the process to fail. A Dockerfile update is needed.
Attachments
Issue Links
- is part of
-
MDBF-40 Milestone 3: Time to move to new buildbot
-
- Closed
-
Activity
-
- Time Spent:
- 0.5d
- The problems were caused in both cases by installing some newer pip packages (buildbot-worker dependencies) which made the buildbot to fail launching. On CentOS7 I upgraded all the packages to a newer version and started using Python 3 instead of 2. However, I was unable to install Python 3 on RHEL-7 which translated into implementing a temporary solution (and waisting a lot of time). Hopefully, till this happens again a proper Python 3 package would be available for RHEL-7.