use the pinned petclinic version in overhead tests. (#6306)

This commit is contained in:
jason plumb 2022-07-11 14:30:31 -07:00 committed by GitHub
parent f6ba3cf9e3
commit 6836d73efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class PetClinicRestContainer {
GenericContainer<?> container =
new GenericContainer<>(
DockerImageName.parse(
"ghcr.io/open-telemetry/opentelemetry-java-instrumentation/petclinic-rest-base:latest"))
"ghcr.io/open-telemetry/opentelemetry-java-instrumentation/petclinic-rest-base:20220711201901"))
.withNetwork(network)
.withNetworkAliases("petclinic")
.withLogConsumer(new Slf4jLogConsumer(logger))