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
Hey thx @zong-zhe 😄
How would you perform kcl registry login in the context of a function? Would it require to create a brand new docker image to handle this step?
thx again.
What problem are you facing?
I would like to be able to use modules stored in a private registry.
By specifiying the module like so 👇
kcl-package = { oci = "oci://registry.gitlab.com/clovrlabs/spiderbum/infra-experiment/kcl-package", tag = "0.0.1"}
Using the
credentials
property does not seem to do the trick.Is there a way to perform something equivalent to a
docker login
?The text was updated successfully, but these errors were encountered: