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
Correct. I can successfully kit push a ModelKit containing a multi-level repository path to ghcr.io; but, I can't successfully kit push a ModelKit containing a multi-level repository path to jozu.ml. Instead, I get an ambiguous error message:
Pushing jozu.ml/jozu-test/repo-level-testing/mymodel:latest Failed to push: failed to copy to remote: Not Found (additional info: {"status":404,"error":"Not Found"})
I'm closing this request in favor of:
Opening an Enhancement Request agains KitOps kit push to provide more clear error messaging when a repo fails to be pushed because its name contains multiple levels. #394
Opening an Enhancement Request for Jozu.ml to accept multi-level Repository names #193
Describe the bug
kit pack
accepts Repository names with multiple-levels beyond what is expected.To Reproduce
Steps to reproduce the behavior:
tar -xvzf kitfile-directory-test.tar.gz
3.
cd kit file-directory-test
kit pack . -t jozu.ml/repo-path/repo-subpath/mykitfile:latest
kit list
to confirm the addition of the ModelKit to the local registry even though it had too many levels in its Repository name.Version
latest
Additional context
The text was updated successfully, but these errors were encountered: