Skip to content

Commit

Permalink
feat(cleaning dummy): eclipse-tractusx#421 CleaningServiceDummy: Setu…
Browse files Browse the repository at this point in the history
…p new Maven Module

- add DOCKER_NOTICE.md and change  package  names
  • Loading branch information
rainer-exxcellent committed Sep 14, 2023
1 parent 594511e commit b44a7a8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions bpdm-cleaning-service-dummy/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/r/tractusx/bpdm](https://hub.docker.com/r/tractusx/bpdm)

Eclipse Tractus-X product(s) installed within the image:

**BPDM Cleaning Service Dummy**

Eclipse Tractus-X product(s) installed within the image:

- GitHub: https://github.com/eclipse-tractusx/bpdm
- Project home: https://projects.eclipse.org/projects/automotive.tractusx
- Cleaning Service Dummy Dockerfile: https://github.com/eclipse-tractusx/bpdm/blob/main/bpdm-cleaning-service-dummy/Dockerfile
- Project license: [Apache License, Version 2.0](https://github.com/eclipse-tractusx/bpdm/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.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* SPDX-License-Identifier: Apache-2.0
******************************************************************************/

package com.catenax.bpdm.cleaning
package org.eclipse.tractusx.bpdm.cleaning

import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* SPDX-License-Identifier: Apache-2.0
******************************************************************************/

package com.catenax.bpdm.cleaning
package org.eclipse.tractusx.bpdm.cleaning

import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
Expand Down

0 comments on commit b44a7a8

Please sign in to comment.