Skip to content

Commit

Permalink
added file for notice of docker
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 committed Feb 22, 2024
1 parent 1850c10 commit 73b0d66
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Changed
- Updated Spring Boot and its transitive dependencies

### Added
- Added DOCKER_NOTICE.md file


## [2.1.9] - 2024-01-30

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

DockerHub: [https://hub.docker.com/r/tractusx/sdfactory](https://hub.docker.com/r/tractusx/sdfactory) <br />
Eclipse Tractus-X product(s) installed within the image:

__SD Factory__

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

**Used base image**

- [eclipse-temurin:17.0.8.1_1-jdk](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.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,30 +244,6 @@ it just prints it out along with service data like Compliance Service URL, authe

This application provides container images for demonstration purposes. The base image used, to build this demo application image is eclipse-temurin:17-jdk-alpine

## Notice for Docker image

DockerHub: [https://hub.docker.com/r/tractusx/sdfactory](https://hub.docker.com/r/tractusx/sdfactory) <br />
Eclipse Tractus-X product(s) installed within the image:

__SD Factory__

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

**Used base image**

- [eclipse-temurin:17.0.8.1_1-jdk](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.

## Installation Steps

[INSTALL.md](INSTALL.md)
Expand Down

0 comments on commit 73b0d66

Please sign in to comment.