Skip to content

Commit

Permalink
Move docker notice file from root to /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Feb 23, 2024
1 parent acbf49e commit 6b673ef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-discovery-finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
readme-filepath: ./backend/DOCKER_NOTICE.md
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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
File renamed without changes.

0 comments on commit 6b673ef

Please sign in to comment.