From 6087c1a8f6b898a6a4ae187662fca3f40636378a Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Thu, 16 May 2024 11:09:01 +0530 Subject: [PATCH 1/2] chore removed duplicate docker notice reference from Readme.md - chore removed duplicate docker notice reference from Readme.md - TRG 4.06 updated in file. --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index eb5170c0..ab1b0869 100644 --- a/README.md +++ b/README.md @@ -29,29 +29,6 @@ Here are the two ways to run the application locally on http://localhost:3000/ docker pull $IMAGE docker run --rm -d -p 3001:8080 --name sdefrontend $IMAGE -## Notice for Docker image - -This application provides container images for demonstration purposes. - -DockerHub: https://hub.docker.com/r/tractusx/managed-simple-data-exchanger-frontend - -Eclipse Tractus-X product(s) installed within the image: - -- GitHub: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend -- Project home: https://projects.eclipse.org/projects/automotive.tractusx -- Dockerfile: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/blob/main/Dockerfile -- Project license: [Apache License, Version 2.0] https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/blob/main/LICENSE - -**Used base image** -- [nginxinc/nginx-unprivileged:alpine3.18-perl] -- Dockerfile: [nginxinc/nginx-unprivileged:alpine](https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/Dockerfile-alpine.template) -- GitHub project: [https://github.com/nginxinc/docker-nginx-unprivileged](https://github.com/nginxinc/docker-nginx-unprivileged) -- DockerHub: [https://hub.docker.com/r/nginxinc/nginx-unprivileged](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). - -As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within. - ## License Distributed under the Apache 2.0 License. From 90a0f21dd947681c94b28ae0eda13a460a73d9bc Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Thu, 16 May 2024 12:59:43 +0530 Subject: [PATCH 2/2] chore updated the notice for docker - updated the notice of docker in readme.md. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1b0869..d84725d8 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,10 @@ Here are the two ways to run the application locally on http://localhost:3000/ ## License Distributed under the Apache 2.0 License. -See [LICENSE](./LICENSE) for more information. \ No newline at end of file +See [LICENSE](./LICENSE) for more information. + +## Notice for Docker image + +Bellow you can find the information regarding Docker Notice for this application. + + - [Managed-simple-data-exchanger](DOCKER_NOTICE.md) \ No newline at end of file