From 6b673ef654f2703a22ded3b60a8fc4781bc02ef3 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Fri, 23 Feb 2024 14:10:00 +0100 Subject: [PATCH] Move docker notice file from root to /backend --- .../publish-image-discovery-finder.yml | 2 +- README.md | 19 ++++++++++++++++++- DOCKER_NOTICE.md => backend/DOCKER_NOTICE.md | 0 3 files changed, 19 insertions(+), 2 deletions(-) rename DOCKER_NOTICE.md => backend/DOCKER_NOTICE.md (100%) diff --git a/.github/workflows/publish-image-discovery-finder.yml b/.github/workflows/publish-image-discovery-finder.yml index 5f0915a..b06eb36 100644 --- a/.github/workflows/publish-image-discovery-finder.yml +++ b/.github/workflows/publish-image-discovery-finder.yml @@ -103,4 +103,4 @@ jobs: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_TOKEN }} repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} - readme-filepath: ./DOCKER_NOTICE.md \ No newline at end of file + readme-filepath: ./backend/DOCKER_NOTICE.md \ No newline at end of file diff --git a/README.md b/README.md index 499de7f..b5f5466 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,21 @@ Run `docker build -f backend/Dockerfile -t sldt-discovery-finder .` 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-discovery-finder/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-discovery-finder/blob/main/INSTALL.md). + +## License +[Apache License 2.0](https://github.com/eclipse-tractusx/traceability-foss/blob/main/LICENSE) + +## Notice for Docker image +Below you can find the information regarding Docker Notice for this application. + +- [discovery-finder Docker Notice](https://github.com/eclipse-tractusx/sldt-discovery-finder/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 + +Contact the project developers via eclipse matrix chat. + +* Eclipse Matrix Chat https://chat.eclipse.org/#/room/#tractusx-trace-x:matrix.eclipse.org \ 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