Tangui Didailler

Results 6 comments of Tangui Didailler

Yes, I run it in a docker-compose like so: ```yaml services: buildkitd: image: moby/buildkit:latest privileged: true entrypoint: buildkitd volumes: - ./buildkitd.toml:/etc/buildkit/buildkitd.toml ``` in my `buildkitd.toml`, there are only registry mirrors...

As I use my docker compose inside a directory named `copa` when running `docker compose up` the buildkitd container address will be `copa-builkitd-1`

Hello sorry I was working on other projects I'll retry it asap

I think that to do, so I will need Podman and buildctl, is that a problem to you ? I could add a flag to run copa with those tools...

I would also like this feature for security reasons.

Oh yes cool, I'm not proficient in LUA as I only use it to configure the software that I use in a messy way, but I'll try to help you...