Results 48 comments of Sylvain Prat

First thing you should probably do in every dependent library: use cross-spawn instead of child_process.spawn. See https://github.com/nodejs/node-v0.x-archive/issues/5841

Yes, I would like to run portainer on the containerd host.

I also have a use-case where I need to generate multiple images that share a base image with many layers... and when I build the images independently in the CI,...

I love this library. I miss 2 things: - delete after successful copy (like e.g. `mv`) - copy the extended attributes (`xattr`) on Linux

I would also love to see this feature implemented, it would simplify the usage when using "docker compose" in a container, because it's easier to pass environment variables than messing...

At work, we use a component-based framework called Nagare and written in python, so I can give some insights on how it works and how it translates to javascript, it...

I guess I was not clear enough. Here is an (rough) example to illustrate my point of view. Imagine I want to build an application having a menu and a...

Maybe you can achieve this with a yaml anchor, but you still have to reference it in each cluster, so I like the proposition. But the syntax proposed will not...

This issue is related to my discussion about running targets sequentially: https://github.com/docker/buildx/discussions/1976