diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ecd5233..7a0b495a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/DOCKER_NOTICE.md b/DOCKER_NOTICE.md new file mode 100644 index 00000000..3642e793 --- /dev/null +++ b/DOCKER_NOTICE.md @@ -0,0 +1,23 @@ +## Notice for Docker image + +DockerHub: [https://hub.docker.com/r/tractusx/sdfactory](https://hub.docker.com/r/tractusx/sdfactory)
+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. diff --git a/README.md b/README.md index ef87c104..b87bc714 100644 --- a/README.md +++ b/README.md @@ -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)
-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)