Skip to content

Commit

Permalink
chore: update to temurin 17 (eclipse-tractusx#212)
Browse files Browse the repository at this point in the history
* chore: update dockerfiles and GH Actions to temurin 17

* pin specific version
  • Loading branch information
paullatzelsperger authored Apr 14, 2023
1 parent a73cfa7 commit 31d879d
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Build Controlplane
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
# Build
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Import GPG Key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/business-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: Set-Up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
-
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
# Build
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
# Build
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Verify proper formatting
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'

Expand All @@ -113,7 +113,7 @@ jobs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'

Expand All @@ -130,7 +130,7 @@ jobs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'

Expand All @@ -147,7 +147,7 @@ jobs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'

Expand All @@ -168,7 +168,7 @@ jobs:
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Cache SonarCloud packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Eclipse Tractus-X product(s) installed within the image:

## Used base image

- [eclipse-temurin:11.0.18_10-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:17.0.6_10-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HEALTHCHECK NONE

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:11.0.18_10-jre-alpine
FROM eclipse-temurin:17.0.6_10-jre-alpine
ARG JAR

ARG APP_USER=docker
Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-memory/notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Eclipse Tractus-X product(s) installed within the image:

## Used base image

- [eclipse-temurin:11.0.18_10-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:17.0.6_10-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HEALTHCHECK NONE

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:11.0.18_10-jre-alpine
FROM eclipse-temurin:17.0.6_10-jre-alpine
ARG JAR

ARG APP_USER=docker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Eclipse Tractus-X product(s) installed within the image:

## Used base image

- [eclipse-temurin:11.0.18_10-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:17.0.6_10-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HEALTHCHECK NONE

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:11.0.18_10-jre-alpine
FROM eclipse-temurin:17.0.6_10-jre-alpine
ARG JAR

ARG APP_USER=docker
Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-postgresql/notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Eclipse Tractus-X product(s) installed within the image:

## Used base image

- [eclipse-temurin:11.0.18_10-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:17.0.6_10-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HEALTHCHECK NONE

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:11.0.18_10-jre-alpine
FROM eclipse-temurin:17.0.6_10-jre-alpine
ARG JAR

ARG APP_USER=docker
Expand Down
2 changes: 1 addition & 1 deletion edc-dataplane/edc-dataplane-azure-vault/notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Eclipse Tractus-X product(s) installed within the image:

## Used base image

- [eclipse-temurin:11.0.18_10-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:17.0.6_10-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HEALTHCHECK NONE

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:11.0.18_10-jre-alpine
FROM eclipse-temurin:17.0.6_10-jre-alpine
ARG JAR

ARG APP_USER=docker
Expand Down
2 changes: 1 addition & 1 deletion edc-dataplane/edc-dataplane-hashicorp-vault/notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Eclipse Tractus-X product(s) installed within the image:

## Used base image

- [eclipse-temurin:11.0.18_10-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:17.0.6_10-jre-alpine](https://github.com/adoptium/containers)
- Official Eclipse Temurin DockerHub page: https://hub.docker.com/_/eclipse-temurin
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HEALTHCHECK NONE

RUN wget ${OTEL_AGENT_LOCATION} -O /tmp/opentelemetry-javaagent.jar

FROM eclipse-temurin:11.0.18_10-jre-alpine
FROM eclipse-temurin:17.0.6_10-jre-alpine
ARG JAR

ARG APP_USER=docker
Expand Down

0 comments on commit 31d879d

Please sign in to comment.