Update assistant #8
Merged
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.
This pull request introduces several changes across multiple files, focusing on enhancements to Docker support, financial product documentation, and Makefile updates. The most significant changes include the addition of Dockerfiles for various build modes, updates to the
Makefile
for improved container workflows, and detailed documentation for financial products.Docker Support Enhancements:
Dockerfile.jvm
), legacy JAR mode (Dockerfile.legacy-jar
), and native mode (Dockerfile.native
) to support containerized builds and deployments for the Quarkus application. Each Dockerfile includes instructions for building and running the respective container images. [1] [2] [3]mcp/pom.xml
to include thequarkus-container-image-jib
dependency, enabling container image builds directly via Maven.Makefile Updates:
run-mcp
andrun-mcp-docker
to streamline development and container workflows for themcp
module. Therun-mcp-docker
target builds a container image and runs it using Docker.Financial Product Documentation:
catalog/easytrade-starter-portfolio.md
, outlining features, account details, and beginner benefits.Horizon Financial Brochure:
catalog/horizon-financial-brochure.html
) showcasing Horizon Financial's products and services, including banking solutions, digital banking, and community commitment. The brochure is styled for readability and user engagement.