eclipse-cyclonedds / cyclonedds

Eclipse Cyclone DDS project
https://projects.eclipse.org/projects/iot.cyclonedds
Other
844 stars 350 forks source link

Docker scripts no longer work due to outdated CMake in ubuntu Bionic #1928

Open ErikTempelaarVO opened 7 months ago

ErikTempelaarVO commented 7 months ago

The scripts to build the docker image(s) fail because of ubuntu:bionic, this comes with CMake 3.10.2 and the project requires at least 3.16.

~/cyclonedds/scripts/docker$ docker run -it --rm ubuntu:cyclonedds bash
root@caed9758c075:/# cmake --version
cmake version 3.10.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).

Changing scripts/docker/Dockerfile to build FROM ubuntu:jammy works. Happy to provide a PR, if needed.

eboasson commented 7 months ago

Happy to provide a PR, if needed

That'd be great!

(If this is your first contribution to an Eclipse project, then you may have to fill out the Eclipse Contributor Agreement.)

e-tmplr commented 6 months ago

Here it is: #1933

This (personal) account was used to sign the ECA.