Skip to content

Commit dd1182b

Browse files
chore(deps): update eclipse-temurin docker tag to v25.0.1_8-jre
1 parent 06d48a0 commit dd1182b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-jre@sha256:80be98a5d899661f7fc84f5b67eab635cdb019d25b34660cf7be1b9aea91476c
1+
FROM eclipse-temurin:25.0.1_8-jre@sha256:74c78844e782c328f7e8e1d81198e0da0986fb57fa5a7f65b528bd3b44f6b051
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-jre@sha256:80be98a5d899661f7fc84f5b67eab635cdb019d25b34660cf7be1b9aea91476c
1+
FROM eclipse-temurin:25.0.1_8-jre@sha256:74c78844e782c328f7e8e1d81198e0da0986fb57fa5a7f65b528bd3b44f6b051
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-jre@sha256:80be98a5d899661f7fc84f5b67eab635cdb019d25b34660cf7be1b9aea91476c
4+
image: eclipse-temurin:25.0.1_8-jre@sha256:74c78844e782c328f7e8e1d81198e0da0986fb57fa5a7f65b528bd3b44f6b051
55
network_mode: host
66
volumes:
77
- ./target/example-native-histogram.jar:/example-native-histogram.jar

0 commit comments

Comments
 (0)