Skip to content

Commit 788b081

Browse files
authored
Merge pull request #150 from IABTechLab/tjm-UID2-3791-update-Java-21
Update Core to Java 21
2 parents f9f0698 + 72083dd commit 788b081

File tree

5 files changed

+301
-275
lines changed

5 files changed

+301
-275
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ on: [pull_request, push, workflow_dispatch]
44
jobs:
55
build:
66
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
7+
with:
8+
java_version: "21"
79
secrets: inherit

.github/workflows/release-docker-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
release_type: ${{ inputs.release_type }}
5151
vulnerability_severity: ${{ inputs.vulnerability_severity }}
52+
java_version: 21
5253
secrets: inherit
5354

5455
e2e-test:

.github/workflows/validate-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
with:
2424
failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
2525
fail_on_error: ${{ inputs.fail_on_error || true }}
26+
java_version: "21"
2627
secrets: inherit

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# sha from https://hub.docker.com/layers/amd64/eclipse-temurin/11.0.22_7-jre-alpine/images/sha256-d7a82981336958683f147f17396fe2219cb1072a5853e8a8ef16d07f0535343a?context=explore
2-
FROM eclipse-temurin@sha256:564eb67091b2cda82952299b4be52bf1b039289234b52f46057fe1286c173b71
1+
# sha from https://hub.docker.com/layers/amd64/eclipse-temurin/21.0.3_9-jre-alpine/images/sha256-3c40389d278c7129d9032c5f3ce68fb150c2869b5e107ea801b150a2ae653253?context=explore
2+
FROM eclipse-temurin@sha256:3c40389d278c7129d9032c5f3ce68fb150c2869b5e107ea801b150a2ae653253
33

44
WORKDIR /app
55
EXPOSE 8088

0 commit comments

Comments
 (0)