Skip to content

Commit

Permalink
Merge pull request #340 from bci-oss/feature/add-docker-notice-in-bac…
Browse files Browse the repository at this point in the history
…kend

Move docker notice file to backend folder
  • Loading branch information
tunacicek authored Feb 23, 2024
2 parents ececdbf + 9664d2c commit 6f87143
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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
File renamed without changes.

0 comments on commit 6f87143

Please sign in to comment.