Skip to content

Commit be2179e

Browse files
authored
fix: reduce the jdk version and also renovate update (#175)
1 parent 5bd19e2 commit be2179e

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

metabase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This Dockerfile mounts the certs
2-
FROM eclipse-temurin:25
2+
FROM eclipse-temurin:21-jammy
33
WORKDIR /app
44
COPY ojdbc8-full /app/plugins/
55
ARG METABASE_VERSION

renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
"packageRules": [
88
{
9+
"description": "Disable all Docker image patch updates",
910
"matchManagers": [
1011
"dockerfile",
1112
"docker-compose",
@@ -19,6 +20,20 @@
1920
"patch"
2021
],
2122
"enabled": false
23+
},
24+
{
25+
"description": "Disable all Renovate updates for Eclipse Temurin base image, no auto-merge",
26+
"matchManagers": [
27+
"dockerfile"
28+
],
29+
"matchDatasources": [
30+
"docker"
31+
],
32+
"matchPackageNames": [
33+
"eclipse-temurin"
34+
],
35+
"enabled": false,
36+
"automerge": false
2237
}
2338
]
24-
}
39+
}

0 commit comments

Comments
 (0)