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

[Fix|sde-backend] Docker Image changed #88

Merged
merged 3 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in the GitHub organization https://github.com/eclipse-tractusx:

This project leverages the following third party content.

See DEPENDENCIES file.
See DEPENDENCIES file (https://github.com/catenax-ng/tx-managed-simple-data-exchanger-backend/blob/main/DEPENDENCIES).

## Cryptography

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ Eclipse Tractus-X product(s) installed within the image:
- Project license: [Apache License, Version 2.0] https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/blob/main/LICENSE

**Used base image**
- [eclipse-temurin:17.0.9_9-jdk-jammy](https://github.com/adoptium/containers)
ners)
- [eclipse-temurin:17.0.10_7-jdk-focal](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 images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#################################################################################
# Copyright (c) 2022,2023 T-Systems International GmbH
# Copyright (c) 2022,2023 Contributors to the Eclipse Foundation
# Copyright (c) 2022,2023,2024 Contributors to the Eclipse Foundation
almadigabor marked this conversation as resolved.
Show resolved Hide resolved
#
adityagajbhiye9 marked this conversation as resolved.
Show resolved Hide resolved
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN mvn clean install

# our final base image

FROM eclipse-temurin:17.0.9_9-jdk-jammy
FROM eclipse-temurin:17.0.10_7-jdk-focal

ARG USERNAME=sdeuser
ARG USER_UID=1001
Expand Down
Loading