Commit 759658f
authored
Update docs on AI bundle: clarify GitHub release assets are static, update Quick Start to use container (#3268)
## Summary
- Adds a note to the GitHub Release section warning that release assets
are static and not automatically updated
- Renames the release link from "Latest Release" to "Archived Bundle" to
avoid implying freshness
- Replaces the Quick Start curl command (which downloads from the frozen
release) with the docker run ... extract
command, which pulls from the live container image
Preview:
https://deploy-preview-3268--ornate-narwhal-088216.netlify.app/developer-resources/#download-options
## Context
The ai-docs-bundle GitHub Release is covered by an org ruleset that
makes release assets immutable. The workflow attempts to update them on
each build but fails silently (the step has continue-on-error: true),
meaning users who download from the release get stale documentation. The
container (ghcr.io/chainguard-dev/ai-docs:latest) is updated correctly
on each build and is the right path for current docs.
This PR updates the page to reflect that reality while a longer-term fix
for the release update workflow is
investigated.1 parent 2558170 commit 759658f
3 files changed
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
122 | | - | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 131 | + | |
| 132 | + | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments