update semeru pattern

This commit is contained in:
Athou
2025-10-02 06:17:52 +02:00
parent fde7fbe21a
commit aeafecb88d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM ibm-semeru-runtimes:open-25-jre@sha256:8c5203fe1fa4fde77d8bc906d4d38f75e4e8e3d205721e8eb20b4b91388c49b7
FROM ibm-semeru-runtimes:open-jdk-25.0.0_36-jre@sha256:8c5203fe1fa4fde77d8bc906d4d38f75e4e8e3d205721e8eb20b4b91388c49b7
EXPOSE 8082
RUN mkdir -p /commafeed/data

View File

@@ -33,8 +33,8 @@
"description": "IBM Semeru Runtimes uses a custom versioning scheme",
"matchDatasources": "docker",
"matchPackageNames": "ibm-semeru-runtimes",
"versioning": "regex:^open-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>(\\d\\.?)+))?(-(?<compatibility>.*))?$",
"allowedVersions": "/^open-(?:8|11|17|21|25)(?:\\.|-|$)/"
"versioning": "regex:^open-jdk-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>(\\d\\.?)+))?(-(?<compatibility>.*))?$",
"allowedVersions": "/^open-jdk-(?:8|11|17|21|25)(?:\\.|-|$)/"
}
]
}