chore: Move OCI code into a helm module to hide implementation details.
還沒有人認領這個 Issue。
評估
研究方向
首先閱讀 stackable-cockpit 中的 helm.rs 和 oci.rs,以了解目前的 repository 和 OCI 實作如何提供給呼叫端。將 OCI 特定程式碼移到 helm 模組之後,讓呼叫端不再依賴其實作細節,同時保留目前支援的安裝方法。
由索引模型根據 Issue 內容生成。
描述
We currently have helm.rs and oci.rs in stackable-cockpit. In the future we want to consolidate all repo-relevant code into a single module so that calling functions do not need to know about the underlying detail. This will become more relevant when:
- external dependencies no longer exclusively use repositories (as is currently the case for e.g. demos)
- other chart types such as
.tgzarchives are considered
N.B.
From the helm online help, installations can use:
- By chart reference: helm install mymaria example/mariadb
- By path to a packaged chart: helm install mynginx ./nginx-1.2.3.tgz
- By path to an unpacked chart directory: helm install mynginx ./nginx
- By absolute URL: helm install mynginx https://example.com/charts/nginx-1.2.3.tgz
- By chart reference and repo url: helm install --repo https://example.com/charts/ mynginx nginx
- By OCI registries: helm install mynginx --version 1.2.3 oci://example.com/charts/nginx
We currently implement 1, 5, 6.
- 主要語言
- Rust
- 星號
- 10
- 分支
- 5
- 平均合併
- 4 小時 41 分鐘
- 30 天內合併 PR
- 4
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
stackabletech/stackablectl 的其他 Issue
-
難度 2/5 1-3 小時 新手友好度 68/100
stackabletech/stackablectl#456 ·
-
RUSTSEC-2026-0221: `event-listener` allows `!Send` tags to cross thread boundaries via `StackSlot` 未關閉
難度 3/5 1-2 天 新手友好度 35/100
stackabletech/stackablectl#452 ·
-
難度 4/5 3-5 天 新手友好度 45/100
stackabletech/stackablectl#444 ·
-
難度 5/5 一週以上 新手友好度 35/100
stackabletech/stackablectl#419 ·
-
難度 4/5 3-5 天 新手友好度 35/100
stackabletech/stackablectl#413 ·
查看 stackabletech/stackablectl 的全部 Issue
相似的 Issue
-
area: compat bug
難度 2/5 1-3 小時 新手友好度 72/100
-
area: dogs bug priority: P3 silent failure test-code
難度 2/5 1-3 小時 新手友好度 88/100
-
難度 2/5 1-3 小時 新手友好度 70/100
MystenLabs/sui#28056 · 1 則留言 ·
-
type/bug
難度 2/5 1-3 小時 新手友好度 68/100
-
難度 2/5 1-3 小時 新手友好度 75/100
Luminous-Dynamics/mycelix#2577 ·