Skip to content

Commit b032ebf

Browse files
chore(deps): update eclipse-temurin:25.0.3_9-jre docker digest to 681c543
1 parent 2a63f5e commit b032ebf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/example-custom-buckets/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
example-application:
4-
image: eclipse-temurin:25.0.3_9-jre@sha256:d0eb1b9018b3044da1b7346f39e945f71095749853d69a3aa16b8c99dad9bb45
4+
image: eclipse-temurin:25.0.3_9-jre@sha256:681c543d6f36c50f45e9b5226930a46203dcfa351d3670e9d0bdf0dabae53539
55
network_mode: host
66
volumes:
77
- ./target/example-custom-buckets.jar:/example-custom-buckets.jar

examples/example-exporter-opentelemetry/oats-tests/agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:25.0.3_9-jre@sha256:d0eb1b9018b3044da1b7346f39e945f71095749853d69a3aa16b8c99dad9bb45
1+
FROM eclipse-temurin:25.0.3_9-jre@sha256:681c543d6f36c50f45e9b5226930a46203dcfa351d3670e9d0bdf0dabae53539
22

33
COPY target/example-exporter-opentelemetry.jar ./app.jar
44
# check that the resource attributes from the agent are used, epsecially the service.instance.id should be the same

examples/example-exporter-opentelemetry/oats-tests/http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:25.0.3_9-jre@sha256:d0eb1b9018b3044da1b7346f39e945f71095749853d69a3aa16b8c99dad9bb45
1+
FROM eclipse-temurin:25.0.3_9-jre@sha256:681c543d6f36c50f45e9b5226930a46203dcfa351d3670e9d0bdf0dabae53539
22

33
COPY target/example-exporter-opentelemetry.jar ./app.jar
44

examples/example-native-histogram/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
example-application:
4-
image: eclipse-temurin:25.0.3_9-jre@sha256:d0eb1b9018b3044da1b7346f39e945f71095749853d69a3aa16b8c99dad9bb45
4+
image: eclipse-temurin:25.0.3_9-jre@sha256:681c543d6f36c50f45e9b5226930a46203dcfa351d3670e9d0bdf0dabae53539
55
network_mode: host
66
volumes:
77
- ./target/example-native-histogram.jar:/example-native-histogram.jar

0 commit comments

Comments
 (0)