Skip to content

Commit

Permalink
Merge pull request #123 from catenax-ng/TRG_issues_fix_24.05
Browse files Browse the repository at this point in the history
chore removed duplicate docker notice reference from Readme.md
  • Loading branch information
almadigabor authored May 16, 2024
2 parents 8d249c6 + 90a0f21 commit 2dcaeab
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,13 @@ 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)
## License

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).
Distributed under the Apache 2.0 License.
See [LICENSE](./LICENSE) for more information.

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.
## Notice for Docker image

## License
Bellow you can find the information regarding Docker Notice for this application.

Distributed under the Apache 2.0 License.
See [LICENSE](./LICENSE) for more information.
- [Managed-simple-data-exchanger](DOCKER_NOTICE.md)

0 comments on commit 2dcaeab

Please sign in to comment.