docs mention using Dagger with ANY OCI runtime, but there are no instructions on doing that
https://docs.dagger.io/#runs-your-pipelines-in-containers
What is Dagger?
1 messages · Page 1 of 1 (latest)
docs mention using Dagger with ANY OCI runtime, but there are no instructions on doing that
https://docs.dagger.io/#runs-your-pipelines-in-containers
What is Dagger?
Hi,
This is something that we are currently architecturing, to ease that process. The current way to do it is to run your own buildkit instance inside PODMAN (where your go code is being run), and set the BUILDKIT_HOST env variable to point to it
This is based on previous docs, and we want to make users not to worry about that