Skip to content

Commit cfb6c73

Browse files
authored
Merge pull request #273 from githubnext/copilot/fix-serena-mcp-server-docs
Add OCI labels to serena-mcp-server for correct GHCR documentation
2 parents 70fd437 + 7d525a6 commit cfb6c73

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

containers/serena-mcp-server/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
FROM python:3.11-slim
55

6+
# OCI labels for GitHub Container Registry
7+
LABEL org.opencontainers.image.title="Serena MCP Server"
8+
LABEL org.opencontainers.image.description="A containerized MCP server with semantic code analysis for Python, Java, JavaScript/TypeScript, and Go"
9+
LABEL org.opencontainers.image.source="https://github.com/githubnext/gh-aw-mcpg"
10+
LABEL org.opencontainers.image.documentation="https://github.com/githubnext/gh-aw-mcpg/blob/main/containers/serena-mcp-server/README.md"
11+
LABEL org.opencontainers.image.url="https://github.com/githubnext/gh-aw-mcpg/pkgs/container/serena-mcp-server"
12+
LABEL org.opencontainers.image.vendor="GitHub"
13+
614
# Set working directory
715
WORKDIR /app
816

0 commit comments

Comments
 (0)