cyclonedds icon indicating copy to clipboard operation
cyclonedds copied to clipboard

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

Open ErikTempelaarVO opened this issue 1 year ago • 2 comments

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.

ErikTempelaarVO avatar Jan 31 '24 14:01 ErikTempelaarVO

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.)

eboasson avatar Jan 31 '24 19:01 eboasson

Here it is: #1933

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

e-tmplr avatar Feb 21 '24 14:02 e-tmplr