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 containers for continuous integration on Ubuntu #211

Open
1 task done
MatteoSalvador opened this issue Mar 27, 2024 · 0 comments
Open
1 task done

Docker containers for continuous integration on Ubuntu #211

MatteoSalvador opened this issue Mar 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MatteoSalvador
Copy link
Collaborator

Use Case

Docker containers with pre-installed libraries for different Linux distributions are essential for stability and to keep the tests for continuous integration (CI) updated with the latest available features.

Problem

Keeping old libraries around may results in crashes during CI. Furthermore, it does not allow for developers to exploit the latest features and performance of the linked libraries (e.g. VTK) in svFSIplus.

Solution

Introduce docker containers for Ubuntu 20.04 and 22.04.

Alternatives considered

Installing libraries from apt install directly.
This is error prone when the pipeline runs and does not guarantee updated libraries.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant