Skip to content

Commit

Permalink
fix(Backend): add Docker Notice md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Nov 2, 2023
1 parent 2693260 commit 1433e78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
9 changes: 3 additions & 6 deletions DOCKER_NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
## Notice for Docker image

DockerHub: [https://hub.docker.com/u/tractusx](https://hub.docker.com/r/tractusx)
DockerHub: [https://hub.docker.com/r/tractusx/vas-country-risk-backend](https://hub.docker.com/u/tractusx/vas-country-risk-backend)

Eclipse Tractus-X product(s) installed within the image:

**VAS Country Risk Backend**

Eclipse Tractus-X product(s) installed within the image:

- GitHub: https://github.com/eclipse-tractusx/vas-country-risk-backend
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Pool Dockerfile: https://github.com/eclipse-tractusx/vas-country-risk-backend/blob/main/Dockerfile
- Dockerfile: https://github.com/eclipse-tractusx/vas-country-risk-backend/blob/main/Dockerfile
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/vas-country-risk-backend/blob/main/LICENSE)


**Used base image**

- [eclipse-temurin:17-jre-alpine](https://github.com/adoptium/containers)
Expand All @@ -25,4 +22,4 @@ Eclipse Tractus-X product(s) installed within the image:
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.
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.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,9 @@ and follows the mainly used project structure in most Spring Boot projects.

## Notice for Docker image

This application provides container images for demonstration purposes.

DockerHub: https://hub.docker.com/u/tractusx/vas-country-risk-backend

Base image: eclipse-temurin:17-jre-alpine
Bellow you can find the information regarding docker notice md for this application.

- 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)
* [Vas Country Risk Backend](./DOCKER_NOTICE.md)

## License

Expand Down

0 comments on commit 1433e78

Please sign in to comment.