Commit graph

7 commits

Author SHA1 Message Date
Felix Walter
644d4fd162 dockerfiles: Update version and add missing dependencies
- add sqlite and jansson dependencies, which were missing
- use newest supported Python release

Closes: #238

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-06-05 17:03:39 +02:00
Maximilian Nitsch
87c25c3e8a treewide: Bump python>=3.9
As Python 3.8 is end-of-life and the latest python-protobuf package
requires at least Python 3.9, the minimum Python version is set to 3.9.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2025-06-03 17:12:08 +02:00
Maximilian Nitsch
218246e789 cla_sqlite: Add SQLite-based storage CLA skeleton
In order to prepare the implementation of a SQLite-based storage CLA, a
basic structure of this CLA with empty functions is created and
adjustments are made to the configuration/initialization functions and
the build system.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2024-06-03 13:41:58 +02:00
Felix Walter
8c4ce47724 CI: Remove stdbuf statements from tests
We do not need this anymore due to making logging line-buffered and it
collides with ASAN in some cases.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2023-05-10 14:37:11 +02:00
Maximilian Nitsch
1832ad742a Change docker image compile architecture
The default compile architecture (march=native) depends heavily on the
host CPU and thus it is not suitable for a generic x86-64 Docker image.
Therefore, for the Docker images, it is changed to march=x86-64
instead.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2021-04-01 12:59:00 +02:00
Georg Alexander Murzik
d40841d11f Add a new Dockerfile for uD3TN and its python tools
Signed-off-by: Georg Alexander Murzik <georg.murzik@d3tn.com>
2021-01-12 15:22:08 +01:00
Georg Alexander Murzik
7da67b5f25 Reuse working directory files in uD3TN Dockerfile and add dockerignore
Signed-off-by: Georg Alexander Murzik <georg.murzik@d3tn.com>
2021-01-12 14:35:29 +01:00