Skip to content

Commit

Permalink
lock docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Jul 2, 2024
1 parent c85f008 commit 81d23b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@

public class OtelCollectorLifecycleManager implements QuarkusTestResourceLifecycleManager {

private static final String COLLECTOR_IMAGE = "ghcr.io/open-telemetry/opentelemetry-java/otel-collector";
private static final String COLLECTOR_IMAGE = "ghcr.io/open-telemetry/opentelemetry-java/" +
"otel-collector@sha256:0d928e02b0ef5abbba775da205eb102f58b29aa75ea623465ec42445dfc5c443";
private static final Integer COLLECTOR_OTLP_GRPC_PORT = 4317;
private static final Integer COLLECTOR_OTLP_HTTP_PORT = 4318;
private static final Integer COLLECTOR_OTLP_GRPC_MTLS_PORT = 5317;
Expand Down

0 comments on commit 81d23b8

Please sign in to comment.