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
This part supports the extension of KCL OCI registry dependency. OCI registry supports the download of the KCL tripartite library from the OCI registry through two flags, Tag and digest. It is similar to Git repository, Just as you can download content via the branch name, tag, and commit flags, kpm currently only supports interaction with OCI registry via Tag. We need to extend the functionality of kpm to enable it to interact with OCI registry using digest.
Then step by step try to use this field in the logic inside kpm to download the KCL package in OCI Registry.
This function may involve a lot of changes; you can split this function into multiple PRs. The first step is to make kcl.mod and kcl.mod.lock. These two files support digest. Andf feel free to ask questions 😄
Enhancement
Currently, KPM supports OCI Registry only through OCI Tag. In the future, KPM can continue to supports the OCI digest.
The text was updated successfully, but these errors were encountered: