Skip to content

Commit dca6531

Browse files
chore(deps): update eclipse-temurin:25.0.4_7-jre docker digest to 41162a7 (#2479)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eclipse-temurin](https://hub.docker.com/_/eclipse-temurin) ([source](https://redirect.github.com/adoptium/containers)) | final | digest | `15090d1` → `41162a7` | | [eclipse-temurin](https://hub.docker.com/_/eclipse-temurin) ([source](https://redirect.github.com/adoptium/containers)) | | digest | `15090d1` → `41162a7` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC45My40IiwidXBkYXRlZEluVmVyIjoiNDQuOTMuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c3f5ee commit dca6531

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.4_7-jre@sha256:15090d159279e5c158473eccb48cd87f57b3e3a47511a797eb5a7a7ea6f86b0f
4+
image: eclipse-temurin:25.0.4_7-jre@sha256:41162a70cf9579d1dcbbb74614e432ff81f9d3a1d785c8f6bd63b7d82d5b3a21
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.4_7-jre@sha256:15090d159279e5c158473eccb48cd87f57b3e3a47511a797eb5a7a7ea6f86b0f
1+
FROM eclipse-temurin:25.0.4_7-jre@sha256:41162a70cf9579d1dcbbb74614e432ff81f9d3a1d785c8f6bd63b7d82d5b3a21
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.4_7-jre@sha256:15090d159279e5c158473eccb48cd87f57b3e3a47511a797eb5a7a7ea6f86b0f
1+
FROM eclipse-temurin:25.0.4_7-jre@sha256:41162a70cf9579d1dcbbb74614e432ff81f9d3a1d785c8f6bd63b7d82d5b3a21
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.4_7-jre@sha256:15090d159279e5c158473eccb48cd87f57b3e3a47511a797eb5a7a7ea6f86b0f
4+
image: eclipse-temurin:25.0.4_7-jre@sha256:41162a70cf9579d1dcbbb74614e432ff81f9d3a1d785c8f6bd63b7d82d5b3a21
55
network_mode: host
66
volumes:
77
- ./target/example-native-histogram.jar:/example-native-histogram.jar

0 commit comments

Comments
 (0)