Simple version bumps, doesn't break compatibility.
https://github.com/bytecodealliance/wasm-pkg-tools/pull/225
I should probably start a new thread for this but what are your thoughts on a wkg oci login similar to docker login, @Ryan P ? I brought this up with @Victor Adossi last week.
I imagine we can have different backends (like podman) for this in the same way we them for registries
right now wkg oci (push|pull) looks for docker credentials in ~/.docker/config.json instead of the config.toml and we should move that logic into there as well
That makes sense to me, it'd be easy enough to maintain backward compatibility as well.
Yeah the problem of safe credential storage is pretty gnarly so I'm hesitant to tackle it, but the ability to do things like have per-backend credentials, and have more flexibility there would make the tool easier to use.
The /.docker/config.json makes things "just work" as well for people who already have docker set up
Last updated: Jul 29 2026 at 05:03 UTC