Skip to content

Commit

Permalink
NH-37575: download agent from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jul 3, 2024
1 parent e8d56b6 commit 3ce642c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public GenericContainer<?> build() throws Exception {
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:20230601125442"))
.withNetwork(network)
.withNetworkAliases("petclinic")
.withLogConsumer(new Slf4jLogConsumer(logger))
Expand Down

0 comments on commit 3ce642c

Please sign in to comment.