Actions
Feature #30
openCreate a docker image for Ubuntu 18.04
Start date:
02/12/2026
Due date:
% Done:
70%
Estimated time:
5:00 h
Description
We already have a docker image to compile cameraserverd on Ubuntu 22.04. We could simply cherry pick the docker branch into the Ubuntu 18.04 repository's main branch.
Updated by Khaled Malhal Abbas about 2 months ago
- Description updated (diff)
- Estimated time set to 5:00 h
Updated by Khaled Malhal Abbas 29 days ago
- Status changed from New to Paused
I have created an initial Docker image with Ubuntu 18.04 that successfully compiles the source code.
However, this image is not good. We need to figure out if the libraries are compatible.
The two main suspects are:
- Pylon: We should use 6.1 instead of 7.2.
- OpenCV: We should use 3.3 instead of 4.5.
Actions