Skip to content

Commit 6836d73

Browse files
authored
use the pinned petclinic version in overhead tests. (#6306)
1 parent f6ba3cf commit 6836d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark-overhead/src/test/java/io/opentelemetry/containers/PetClinicRestContainer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public GenericContainer<?> build() throws Exception {
5050
GenericContainer<?> container =
5151
new GenericContainer<>(
5252
DockerImageName.parse(
53-
"ghcr.io/open-telemetry/opentelemetry-java-instrumentation/petclinic-rest-base:latest"))
53+
"ghcr.io/open-telemetry/opentelemetry-java-instrumentation/petclinic-rest-base:20220711201901"))
5454
.withNetwork(network)
5555
.withNetworkAliases("petclinic")
5656
.withLogConsumer(new Slf4jLogConsumer(logger))

0 commit comments

Comments
 (0)