Stream: SIG-Packaging

Topic: PR # 225 - `bump oci-client 0.16→0.17 and oci-wasm 0.4→0.5`


view this post on Zulip Ryan P (Jul 06 2026 at 16:41):

Simple version bumps, doesn't break compatibility.

https://github.com/bytecodealliance/wasm-pkg-tools/pull/225

view this post on Zulip Mikhail Katychev (Jul 06 2026 at 18:27):

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.

view this post on Zulip Mikhail Katychev (Jul 06 2026 at 18:27):

I imagine we can have different backends (like podman) for this in the same way we them for registries

view this post on Zulip Mikhail Katychev (Jul 06 2026 at 18:29):

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

view this post on Zulip Ryan P (Jul 06 2026 at 18:33):

That makes sense to me, it'd be easy enough to maintain backward compatibility as well.

view this post on Zulip Victor Adossi (Jul 06 2026 at 23:05):

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