Commit c4e2750
committed
feat: implement universal OCI tagging policy engine
- Decentralize tagging expansion from driver-specific logic.
- Implement TaggingPolicy and TagMetadata in blue-build-utils.
- Support placeholder resolution ({tag}, {os_version}, {timestamp}, {short_sha}).
- Add tagging field to Recipe schema for data-driven configuration.
- Maintain legacy fallback for backward compatibility.
- Ensure cross-driver consistency (GitHub, GitLab, Local).
- Optimized regex evaluation with pre-compiled policy engine.
- Enhanced error handling with miette for senior-level robustness.
Closes #746
Assisted-by: Antigravity via Claude-3.5-Sonnet1 parent 2037460 commit c4e2750
1 file changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | | - | |
| 61 | + | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
| |||
0 commit comments