From 1433e78b771f7e9373533c1747756b4584463930 Mon Sep 17 00:00:00 2001 From: "fabio.d.mota" Date: Mon, 30 Oct 2023 15:17:34 +0000 Subject: [PATCH] fix(Backend): add Docker Notice md --- DOCKER_NOTICE.md | 9 +++------ README.md | 10 ++-------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/DOCKER_NOTICE.md b/DOCKER_NOTICE.md index ea7723e..b458d9a 100644 --- a/DOCKER_NOTICE.md +++ b/DOCKER_NOTICE.md @@ -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) @@ -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. \ No newline at end of file +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. diff --git a/README.md b/README.md index c0d79e8..e3d6d44 100644 --- a/README.md +++ b/README.md @@ -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