Skip to content

Commit f3656fb

Browse files
committed
Remove internal infra references from build comments
The 'claude-builds LXC' name in Dockerfile.native and pom.xml referenced internal homelab infrastructure with no relevance to outside readers. Replaced with the generic precondition (any Linux host with GraalVM 21+).
1 parent e429980 commit f3656fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GraalVM native-image build of qtsurfer-mcp. Produces a single ELF binary
22
# packaged in a distroless runtime image.
33
#
4-
# Target platform: Linux x86_64 (build on claude-builds LXC or any GraalVM host).
4+
# Target platform: Linux x86_64 (build on any Linux host with GraalVM CE 21+).
55
# docker build --platform linux/amd64 -f Dockerfile.native \
66
# -t qtsurfer/mcp-native:0.2.0 .
77
#

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
Reachability metadata for MCP SDK ServiceLoader sits in
189189
src/main/resources/META-INF/native-image/. Common libs (logback, jackson,
190190
ssl) are covered by the GraalVM Reachability Metadata Repository.
191-
Use Dockerfile.native to build for Linux x86_64 on claude-builds.
191+
Use Dockerfile.native to build for Linux x86_64 on any host with GraalVM 21+.
192192
-->
193193
<profile>
194194
<id>native</id>

0 commit comments

Comments
 (0)