Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ErikTempelaarVO opened this issue Jan 31, 2024 · 2 comments
Open

Comments

@ErikTempelaarVO
Copy link

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
Copy link
Contributor

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
Copy link
Contributor

e-tmplr commented Feb 21, 2024

Here it is: #1933

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants