Nicolas De loof
Nicolas De loof
error persists in https://github.com/docker/node-sdk/actions/runs/18550706423/job/52877524010#step:8:1037
This indeed is feasible within compose v2, still need to copy/paste whole https://github.com/docker/cli/blob/master/cli/command/image/trust.go until some refactoring occurs to make this code reusable from compose codebase
main blocker AFAICT is https://github.com/oven-sh/bun/issues/4474 as we rely on passing a custom Dispatcher to manage the underlying socket
it seems bun just ignores undici `agent` (https://github.com/oven-sh/bun/issues/10642) which we rely on to support various transport protocols. Support for unix domain socket is available using non-standard 🤨 `RequestInit.unix` attribute (https://bun.com/docs/guides/http/fetch-unix)...
tested a (partial) and hack-ish support for bun: https://github.com/docker/node-sdk/pull/59 tests failing for weird reason