Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
# --- Stage 2: runtime --------------------------------------------------------
FROM debian:bookworm-slim AS runtime

# Ownership-verification label for the MCP Registry: when this image is
# published as an MCP server entry, the registry requires this label to
# match the server name in server.json.
LABEL io.modelcontextprotocol.server.name="io.github.api7/aisix"

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates tini \
&& rm -rf /var/lib/apt/lists/* \
Expand Down
Loading