ソースを参照

Pin graphite test container

Seems like the newest update (1.1.8-3 or 1.1.8-4) is breaking things
Nick Babcock 3 年 前
コミット
d123f73455
1 ファイル変更2 行追加2 行削除
  1. 2 2
      OhmGraphite.Test/GraphiteTest.cs

+ 2 - 2
OhmGraphite.Test/GraphiteTest.cs

@@ -15,7 +15,7 @@ namespace OhmGraphite.Test
         {
             var testContainersBuilder = new TestcontainersBuilder<TestcontainersContainer>()
                 .WithDockerEndpoint(DockerUtils.DockerEndpoint())
-                .WithImage("graphiteapp/graphite-statsd")
+                .WithImage("graphiteapp/graphite-statsd:1.1.8-2")
                 .WithEnvironment("REDIS_TAGDB", "y")
                 .WithPortBinding(2003, assignRandomHostPort: true)
                 .WithPortBinding(80, assignRandomHostPort: true)
@@ -56,7 +56,7 @@ namespace OhmGraphite.Test
         {
             var testContainersBuilder = new TestcontainersBuilder<TestcontainersContainer>()
                 .WithDockerEndpoint(DockerUtils.DockerEndpoint())
-                .WithImage("graphiteapp/graphite-statsd")
+                .WithImage("graphiteapp/graphite-statsd:1.1.8-2")
                 .WithEnvironment("REDIS_TAGDB", "y")
                 .WithPortBinding(2003, assignRandomHostPort: true)
                 .WithPortBinding(80, assignRandomHostPort: true)