You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: Drop GitHub Releases from AI docs pipeline; redirect users (#3288)
Drop GitHub Releases from AI docs pipeline; redirect users to
container/MCP
Immutable releases (org ruleset) made the cleanup step fail on every
run, and the high dispatch frequency was accumulating releases without
bound. GCS and the container are already the live distribution layer, so
GitHub Releases were a redundant channel causing errors with no path to
fix.
Changes:
- `compile-ai-docs-from-gcs.yaml`: remove Create Release and Clean Up
Old Releases steps; move Sign step before GCS upload; add .bundle files
to GCS upload; drop contents:write permission; remove release-related
egress endpoints; remove dead create_release dispatch input
- `developer-resources.md`: remove GitHub Release table row; update
intro and standalone script link to point to MCP docs
- `mcp-server-ai-docs.md`: replace release curl commands with
raw.githubusercontent.com for scripts + container extract for docs
- `ai-docs-security.md`: replace direct-download verification block with
container image verification
Fixes#3286 and
Fixeschainguard-dev/internal#5823
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/developer-resources.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ toc: false
13
13
14
14
## AI-Ready Documentation Bundle
15
15
16
-
This page provides compiled Chainguard documentation optimized for use with AI coding assistants like Claude, ChatGPT, GitHub Copilot, and others. Choose between our cryptographically signed direct downloads or our secure container distribution.
16
+
This page provides compiled Chainguard documentation optimized for use with AI coding assistants like Claude, ChatGPT, GitHub Copilot, and others. Access it through our secure container image or as a standalone Python MCP server.
17
17
18
18
### What's Included
19
19
@@ -40,12 +40,6 @@ Choose your preferred distribution method:
40
40
For enhanced security and verification, we recommend using the Chainguard container image. It includes built-in verification, runs as non-root, and is built on our secure <code>wolfi-base</code> image.
41
41
</div>
42
42
43
-
### GitHub Release
44
-
45
-
| Format | Description | Verification |
46
-
|--------|-------------|-------------|
47
-
|[Latest Release](https://github.com/chainguard-dev/edu/releases/latest)| Cryptographically signed documentation bundle | Includes Cosign signatures and certificates |
48
-
49
43
### Container Distribution
50
44
51
45
Pull the secure, Chainguard-based container with embedded documentation:
@@ -119,7 +113,7 @@ Add to your `claude_desktop_config.json`:
119
113
- Searchable and queryable documentation
120
114
- Perfect for automated workflows
121
115
- Works with Claude Desktop, Cursor, and other MCP-compatible tools
122
-
- Also available as a [standalone Python script](https://github.com/chainguard-dev/edu/releases/latest) (no Docker required)
116
+
- Also available as a [standalone Python script](/mcp-server-ai-docs/#standalone-installation-without-docker) (no Docker required)
123
117
124
118
[**Full MCP Server Documentation →**](/mcp-server-ai-docs/)
The MCP server is also available as a standalone Python script from the [latest GitHub release](https://github.com/chainguard-dev/edu/releases/latest):
245
+
The MCP server script and its dependencies are available directly from the repository. The documentation files are distributed via the container image.
246
246
247
247
```bash
248
-
# Download the MCP server, requirements, docs, and catalog
0 commit comments