From 66637b0e756fac07368dab0d627c88b45dc7a660 Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Fri, 7 Jul 2023 15:46:34 +0200 Subject: [PATCH 1/2] chore: TRACEFOSS-1948 Updated docker notice for frontend. --- DOCKER_NOTICE.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/DOCKER_NOTICE.md b/DOCKER_NOTICE.md index 6aa8dd797b..9cc7a6f4a2 100644 --- a/DOCKER_NOTICE.md +++ b/DOCKER_NOTICE.md @@ -1,22 +1,30 @@ ## Notice for Docker image -This application provides container images for demonstration purposes. - DockerHub Backend: https://hub.docker.com/r/tractusx/traceability-foss + DockerHub Frontend : https://hub.docker.com/r/tractusx/traceability-foss-frontend Eclipse Tractus-X product(s) installed within the image: - GitHub: https://github.com/eclipse-tractusx/traceability-foss - Project home: https://projects.eclipse.org/projects/automotive.tractusx -- Dockerfile: https://github.com/eclipse-tractusx/traceability-foss/blob/main/Dockerfile +- Dockerfile Backend: https://github.com/eclipse-tractusx/traceability-foss/blob/main/Dockerfile +- Dockerfile Frontend: https://github.com/eclipse-tractusx/traceability-foss/blob/main/frontend/Dockerfile - Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/traceability-foss/blob/main/LICENSE) -**Used base image** -- [eclipse-temurin](https://hub.docker.com/_/eclipse-temurin) -- 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 +**Used base image backend** + +- [Official Eclipse Temurin DockerHub page](https://hub.docker.com/_/eclipse-temurin) +- [GitHub repo](https://github.com/adoptium/containers) +- [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) + +**Used base image frontend** + +- [nginx-unprivileged](https://hub.docker.com/r/nginxinc/nginx-unprivileged) +- [Dockerfile (alpine)](https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/Dockerfile-alpine.template) +- [GitHub project:](https://github.com/nginxinc/docker-nginx-unprivileged) +- [DockerHub](https://hub.docker.com/r/nginxinc/nginx-unprivileged) As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). From a3f48f9628c5a55af1c9a6b0aef1a867a1d7da8f Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Fri, 7 Jul 2023 15:50:53 +0200 Subject: [PATCH 2/2] chore: TRACEFOSS-1948 Updated docker notice for frontend. --- DOCKER_NOTICE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER_NOTICE.md b/DOCKER_NOTICE.md index 9cc7a6f4a2..b8fd755b48 100644 --- a/DOCKER_NOTICE.md +++ b/DOCKER_NOTICE.md @@ -15,7 +15,7 @@ Eclipse Tractus-X product(s) installed within the image: **Used base image backend** - [Official Eclipse Temurin DockerHub page](https://hub.docker.com/_/eclipse-temurin) -- [GitHub repo](https://github.com/adoptium/containers) +- [GitHub repo eclipse-temurin:17-jre-alpine](https://github.com/adoptium/containers) - [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)