I haven't dug into the code yet but looks like I can't create pkg from-docker using OCI registry other than dockerhub.
for example, i create a local image, push it to ttl.sh (a temporary OCI registry)
however, I'm unable to load it
ops pkg from-docker ttl.sh/tuananh/node:2h
no loader found - trying others
ttl.sh/tuananh/node_2h
same if i tried with chainguard node image cgr.dev/chainguard/node:latest-dev or a distroless image ops pkg from-docker gcr.io/distroless/python3-debian12:debug
ops should be able to create pkg from any OCI registry.