We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53aafe commit 9ed0417Copy full SHA for 9ed0417
otelagent/build.gradle.kts
@@ -125,7 +125,7 @@ jib {
125
image = "public.ecr.aws/u0d6r4y4/aws-opentelemetry-java-base:alpha"
126
}
127
from {
128
- image = "public.ecr.aws/u0d6r4y4/amazoncorretto-distroless:alpha"
+ image = "gcr.io/distroless/java17-debian11:debug"
129
130
container {
131
appRoot = "/aws-observability"
smoke-tests/fakebackend/build.gradle.kts
@@ -36,6 +36,6 @@ jib {
36
image = "public.ecr.aws/u0d6r4y4/aws-otel-java-test-fakebackend:alpha"
37
38
39
40
41
0 commit comments