Commit c8ffea8
fix(supply-chain): retry absence too, so a slow alias is not mistaken for a missing one
digest_of accepted "manifest unknown" on the first attempt. GHCR can report a
just-published alias as unknown for a moment, and taking that at face value
would skip a tag this run did publish — leaving it unsigned while the workflow
went green, which is the failure the retry existed to prevent. Absence is now
retried like any other failure and only accepted when the registry still says so
on the final attempt.
Docs:
- The LM Studio steps recreated services with docker-compose.ollama.yml, a
development stack a production install does not run. They now use the file
that started the installation.
- Retention is not external work: its cleanup runs inline in the app process,
and only data drains hand off to a background job. The endpoints start both,
which is what the sentence should have said.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015BwsJTEQRzWJaY4BRCkPZt1 parent bac091e commit c8ffea8
3 files changed
Lines changed: 15 additions & 7 deletions
File tree
- .github/workflows
- apps/docs/content/docs/platform
- enterprise
- self-hosting
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
| 676 | + | |
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
683 | 686 | | |
684 | | - | |
685 | | - | |
686 | | - | |
| 687 | + | |
| 688 | + | |
687 | 689 | | |
688 | 690 | | |
689 | 691 | | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
690 | 696 | | |
691 | 697 | | |
692 | 698 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | | - | |
66 | | - | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments