Skip to content

Commit

Permalink
Merge pull request #150 from IABTechLab/tjm-UID2-3791-update-Java-21
Browse files Browse the repository at this point in the history
Update Core to Java 21
  • Loading branch information
thomasm-ttd authored Aug 13, 2024
2 parents f9f0698 + 72083dd commit 788b081
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 275 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ on: [pull_request, push, workflow_dispatch]
jobs:
build:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
with:
java_version: "21"
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
release_type: ${{ inputs.release_type }}
vulnerability_severity: ${{ inputs.vulnerability_severity }}
java_version: 21
secrets: inherit

e2e-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
with:
failure_severity: ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
fail_on_error: ${{ inputs.fail_on_error || true }}
java_version: "21"
secrets: inherit
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# sha from https://hub.docker.com/layers/amd64/eclipse-temurin/11.0.22_7-jre-alpine/images/sha256-d7a82981336958683f147f17396fe2219cb1072a5853e8a8ef16d07f0535343a?context=explore
FROM eclipse-temurin@sha256:564eb67091b2cda82952299b4be52bf1b039289234b52f46057fe1286c173b71
# sha from https://hub.docker.com/layers/amd64/eclipse-temurin/21.0.3_9-jre-alpine/images/sha256-3c40389d278c7129d9032c5f3ce68fb150c2869b5e107ea801b150a2ae653253?context=explore
FROM eclipse-temurin@sha256:3c40389d278c7129d9032c5f3ce68fb150c2869b5e107ea801b150a2ae653253

WORKDIR /app
EXPOSE 8088
Expand Down
Loading

0 comments on commit 788b081

Please sign in to comment.