codex-storage / cs-codex-dist-tests

Distributed System Tests for Nim-Codex
4 stars 4 forks source link

Add Docker builds #5

Closed veaceslavdoina closed 1 year ago

veaceslavdoina commented 1 year ago

In order to run tests in Kubernetes, via Jobs, we need a Docker image with Dotnet installed.

We also should handle tests run via entrypoint.

This is just a start with some additional workaround like a config mount, until we will implement configuration options via CLI or environment variables.