Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump eclipse-temurin base image to java 21 #1001

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,14 @@ allprojects {
// configure which version of the annotation processor to use. defaults to the same version as the plugin
configure<org.eclipse.edc.plugins.autodoc.AutodocExtension> {
processorVersion.set(edcVersion)
outputDirectory.set(project.buildDir)
outputDirectory.set(project.layout.buildDirectory.asFile.get())
// uncomment the following lines to enable the Autodoc-2-Markdown converter
// only available with EDC 0.2.1 SNAPSHOT
// additionalInputDirectory.set(downloadDir.asFile)
// downloadDirectory.set(downloadDir.asFile)
}

configure<org.eclipse.edc.plugins.edcbuild.extensions.BuildExtension> {
versions {
// override default dependency versions here
metaModel.set(edcVersion)

}
pom {
// this is actually important, so we can publish under the correct GID
groupId = project.group.toString()
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:17.0.9_9-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:21.0.2_13-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 @@ -18,7 +18,7 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM eclipse-temurin:17.0.9_9-jre-alpine
FROM eclipse-temurin:21.0.2_13-jre-alpine
ARG JAR
ARG OTEL_JAR
ARG ADDITIONAL_FILES
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:17.0.9_9-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:21.0.2_13-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 @@ -19,7 +19,7 @@
# SPDX-License-Identifier: Apache-2.0
#

FROM eclipse-temurin:17.0.9_9-jre-alpine
FROM eclipse-temurin:21.0.2_13-jre-alpine
ARG JAR
ARG OTEL_JAR
ARG ADDITIONAL_FILES
Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-runtime-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:17.0.9_9-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:21.0.2_13-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 @@ -20,7 +20,7 @@
# SPDX-License-Identifier: Apache-2.0
#

FROM eclipse-temurin:17.0.9_9-jre-alpine
FROM eclipse-temurin:21.0.2_13-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:17.0.9_9-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:21.0.2_13-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 @@ -18,7 +18,7 @@
#
# SPDX-License-Identifier: Apache-2.0
#
FROM eclipse-temurin:17.0.9_9-jre-alpine
FROM eclipse-temurin:21.0.2_13-jre-alpine
ARG JAR
ARG OTEL_JAR
ARG ADDITIONAL_FILES
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:17.0.9_9-jre-alpine](https://github.com/adoptium/containers)
- [eclipse-temurin:21.0.2_13-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 @@ -19,7 +19,7 @@
# SPDX-License-Identifier: Apache-2.0
#

FROM eclipse-temurin:17.0.9_9-jre-alpine
FROM eclipse-temurin:21.0.2_13-jre-alpine
ARG JAR
ARG OTEL_JAR
ARG ADDITIONAL_FILES
Expand Down
Loading