Skip to content

Commit a176209

Browse files
chore(deps): pin otel/opentelemetry-collector-contrib docker tag to 45392d5 (#2355)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 7aebc1b commit a176209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ class AwsXrayRemoteSamplerIntegrationTest {
3939

4040
@Container
4141
private static final GenericContainer<?> otelCollector =
42-
new GenericContainer<>(DockerImageName.parse("otel/opentelemetry-collector-contrib:0.136.0"))
42+
new GenericContainer<>(
43+
DockerImageName.parse(
44+
"otel/opentelemetry-collector-contrib:0.136.0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621"))
4345
.withExposedPorts(13133, 2000)
4446
.waitingFor(Wait.forHttp("/").forPort(13133))
4547
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)