-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: extracted docker notice to separate files (TRG 4.06)
- Loading branch information
1 parent
fbe130a
commit d8f31b2
Showing
7 changed files
with
163 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
This application provides container images for demonstration purposes. | ||
|
||
Eclipse Tractus-X product(s) installed within the image: | ||
|
||
- GitHub: https://github.com/eclipse-tractusx/puris | ||
- Project home: https://projects.eclipse.org/projects/automotive.tractusx | ||
- Dockerfile Backend: https://github.com/eclipse-tractusx/puris/blob/main/backend/Dockerfile | ||
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/puris/blob/main/backend/LICENSE) | ||
|
||
**Used Base Image [Backend]** | ||
`eclipse-temurin:17-jre-alpine` | ||
|
||
- DockerHub: https://hub.docker.com/_/eclipse-temurin | ||
- GitHub project: https://github.com/adoptium/containers | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
This application provides container images for demonstration purposes. | ||
|
||
Eclipse Tractus-X product(s) installed within the image: | ||
|
||
- GitHub: https://github.com/eclipse-tractusx/puris | ||
- Project home: https://projects.eclipse.org/projects/automotive.tractusx | ||
- Dockerfile Frontend: https://github.com/eclipse-tractusx/puris/blob/main/frontend/Dockerfile | ||
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/puris/blob/main/frontend/LICENSE) | ||
|
||
**Used Base Image [Frontend]** | ||
`nginxinc/nginx-unprivileged:alpine` | ||
|
||
- DockerHub: https://hub.docker.com/r/nginxinc/nginx-unprivileged | ||
- GitHub project: https://github.com/nginxinc/docker-nginx-unprivileged | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters