From 9664d2c34e1ad0d8123232176d0826aae9788b11 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Fri, 23 Feb 2024 14:17:22 +0100 Subject: [PATCH] Move docker notice file to backend folder --- .github/workflows/publish-image-registry.yml | 2 +- README.md | 15 ++++++++++++++- DOCKER_NOTICE.md => backend/DOCKER_NOTICE.md | 0 3 files changed, 15 insertions(+), 2 deletions(-) rename DOCKER_NOTICE.md => backend/DOCKER_NOTICE.md (100%) diff --git a/.github/workflows/publish-image-registry.yml b/.github/workflows/publish-image-registry.yml index 067df86a..11ece8d0 100644 --- a/.github/workflows/publish-image-registry.yml +++ b/.github/workflows/publish-image-registry.yml @@ -106,4 +106,4 @@ jobs: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_TOKEN }} repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} - readme-filepath: ./DOCKER_NOTICE.md + readme-filepath: ./backend/DOCKER_NOTICE.md diff --git a/README.md b/README.md index 796aaf1d..513bab98 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,17 @@ Run `docker build -t registry .` In case you want to publish your image into a remote container registry, apply the tag accordingly and `docker push` the image. ## Install Instructions -For detailed install instructions please refer to our [INSTALL.md](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/INSTALL.md) \ No newline at end of file +For detailed install instructions please refer to our [INSTALL.md](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/INSTALL.md) + +## License +[Apache License 2.0](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/LICENSE) + +## Notice for Docker image +Below you can find the information regarding Docker Notice for this application. + +- [digital-twin-registry Docker Notice](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/backend/DOCKER_NOTICE.md) + +## Contact +Contact the Eclipse Tractus-X developers via the developer mailing list. + +* https://accounts.eclipse.org/mailing-list/tractusx-dev \ No newline at end of file diff --git a/DOCKER_NOTICE.md b/backend/DOCKER_NOTICE.md similarity index 100% rename from DOCKER_NOTICE.md rename to backend/DOCKER_NOTICE.md