From 9fab7757b0cc1ec3a1fb3d158272aa09323bdfc2 Mon Sep 17 00:00:00 2001 From: benbierens Date: Fri, 4 Aug 2023 07:55:46 +0200 Subject: [PATCH] Pins codex image to fixed hash --- DistTestCore/Codex/CodexContainerRecipe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DistTestCore/Codex/CodexContainerRecipe.cs b/DistTestCore/Codex/CodexContainerRecipe.cs index 29bdc9e..ea6f187 100644 --- a/DistTestCore/Codex/CodexContainerRecipe.cs +++ b/DistTestCore/Codex/CodexContainerRecipe.cs @@ -5,7 +5,7 @@ namespace DistTestCore.Codex { public class CodexContainerRecipe : ContainerRecipeFactory { - private const string DefaultDockerImage = "codexstorage/nim-codex:latest"; + private const string DefaultDockerImage = "codexstorage/nim-codex:sha-7efa917"; public const string MetricsPortTag = "metrics_port"; public const string DiscoveryPortTag = "discovery-port";