Add build context and Dockerfile paths for twinengine-dataengine and dpp-plugin services in docker-compose#153
Open
mm-hsh wants to merge 6 commits into
Open
Add build context and Dockerfile paths for twinengine-dataengine and dpp-plugin services in docker-compose#153mm-hsh wants to merge 6 commits into
mm-hsh wants to merge 6 commits into
Conversation
…dpp-plugin services in docker-compose
Expanded README with steps for building and running Docker images from local source. Included repository structure, cloning instructions, and guidance on when to use the --build option. Supplements existing usage with prebuilt images.
Improved step numbering and formatting for service management. Clarified folder structure and build steps. Added guidance on when to use the --build option for local changes.
There was a problem hiding this comment.
Pull request overview
This PR updates the demonstrator’s Docker Compose setup to support building the twinengine-dataengine and dpp-plugin images from source (in addition to running prebuilt GHCR images), and extends the example README with local-build instructions.
Changes:
- Add
build.contextandbuild.dockerfileentries fortwinengine-dataengineanddpp-plugininexample/docker-compose.yml. - Update
example/README.mdto distinguish running prebuilt images vs building images locally, including a recommended repo layout for local builds.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| example/README.md | Adds local-build documentation and adjusts the “running” section heading/steps. |
| example/docker-compose.yml | Adds build contexts and Dockerfile paths for the DataEngine and DPP plugin services. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
The twinengine-dataengine service image version in docker-compose.yml was changed from v1.1.0 to v1.0.0 to use the previous stable release.
|
Test & Coverage ReportTest Results Summary
Code CoverageUnit Tests Coverage
Minimum allowed line rate is Module Tests Coverage
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.