feat: add Docker image quick start and GHCR publish workflow - #22
Merged
Merged
Conversation
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.
Summary
Closes #5.
Adds an official CPU-first Docker image path for the HTTP MCP server, a GHCR publish workflow, and a copy-paste Docker quick start in the README.
Changes
Dockerfilefor CPU-only / FTS-onlyunitydocs-mcp-httpruntimeconfig.docker.yaml(index.vector: none) for CPU-safe container defaults.dockerignoreto keep build context small.github/workflows/docker-publish.ymlto publishghcr.io/razpines/unityragREADME.mdDocker onboarding section (run / wait / verify / connect)docs/docker_http_clients.mdwith Docker-hosted MCP client guidance (Codex verified, others planned)Validation
Docker build
docker build -t unityrag:dev .(passed)Runtime validation (fresh volume)
docker run -d --name unityrag-clean-test -p 8765:8765 -v unityrag-clean-test-data:/app/data unityrag:dev[unitydocs-mcp] starting streamable HTTP server on 0.0.0.0:8765/mcpcurl -i http://localhost:8765/mcpreturned406 Not Acceptable(expected for plain GET withoutAccept: text/event-stream)Persistence validation
Clean-environment check
unitydocs-mcpprocesses.venvanddata/Notes