We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aebc1b commit a176209Copy full SHA for a176209
aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java
@@ -39,7 +39,9 @@ class AwsXrayRemoteSamplerIntegrationTest {
39
40
@Container
41
private static final GenericContainer<?> otelCollector =
42
- new GenericContainer<>(DockerImageName.parse("otel/opentelemetry-collector-contrib:0.136.0"))
+ new GenericContainer<>(
43
+ DockerImageName.parse(
44
+ "otel/opentelemetry-collector-contrib:0.136.0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621"))
45
.withExposedPorts(13133, 2000)
46
.waitingFor(Wait.forHttp("/").forPort(13133))
47
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))
0 commit comments