We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100e1cc commit 2fadcfcCopy full SHA for 2fadcfc
Dockerfile
@@ -26,6 +26,9 @@ RUN \
26
# PRODUCTION stage - Create SchemaCrawler AI image
27
FROM ${FROM_IMAGE}
28
29
+LABEL \
30
+ io.modelcontextprotocol.server.name="com.schemacrawler/schemacrawler-ai"
31
+
32
# Copy SchemaCrawler AI distribution from builder stage
33
COPY --from=builder \
34
./_ai-distrib/ \
Dockerfile.early-access-release
@@ -8,6 +8,9 @@
8
9
FROM schemacrawler/schemacrawler:early-access-release
10
11
12
13
14
# Copy SchemaCrawler AI extra distribution jars from the build directory
15
COPY \
16
0 commit comments