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 Oct 30, 2023
1 parent 8bf4d27 commit d895231
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Changelog


## [1.2.1] - tbr

### Changed
Expand All @@ -19,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix health check for trivy scan on docker image
- Fix vulnerability find on spring security core 6.1.1

### Added
- Added docker registry workflow
- Added dockerhub notice.md
- Added docker notice.md to readme.md

## [1.2.0] - 2023-10-10

### Added
Expand Down
28 changes: 28 additions & 0 deletions DOCKER_NOTICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Notice for Docker image

DockerHub: [https://hub.docker.com/u/tractusx](https://hub.docker.com/r/tractusx)

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
- 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)
- 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


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.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,21 @@ and follows the mainly used project structure in most Spring Boot projects.
## API sample endpoints

* Swagger UI: `http://localhost:8080/swagger-ui/index.html#/`


## 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

- 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

Distributed under the Apache 2.0 License.
See [LICENSE](./LICENSE) for more information.

0 comments on commit d895231

Please sign in to comment.