diff --git a/CodexNetDeployer/Program.cs b/CodexNetDeployer/Program.cs index c2fc1733..d96b25f1 100644 --- a/CodexNetDeployer/Program.cs +++ b/CodexNetDeployer/Program.cs @@ -4,7 +4,6 @@ using DistTestCore; using DistTestCore.Codex; using DistTestCore.Marketplace; using DistTestCore.Metrics; -using Logging; using Newtonsoft.Json; using Configuration = CodexNetDeployer.Configuration; diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 9f37c25e..98af2465 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -4,7 +4,7 @@ services: context: .. dockerfile: docker/Dockerfile environment: - - CODEXDOCKERIMAGE=thatbenbierens/nim-codex:dhting + - CODEXDOCKERIMAGE=codexstorage/nim-codex:sha-14c5270 - BRANCH="feature/docker-image-testruns" - KUBECONFIG=/opt/kubeconfig - LOGPATH=/opt/logs