Skip to content
Discussion options

You must be logged in to vote

Hey @vkalach,

It doesn't look like it if you're trying to do something like this https://docs.docker.com/build/buildkit/configure/#resource-limiting

Perhaps you could create the buildx instance before running Kamal with that setting and then Kamal would just utilize the newly created buildx instance.

Here's the line that's creating the buildx context via Kamal https://github.com/basecamp/kamal/blob/main/lib/kamal/commands/builder/local.rb#L3

You can pass build args to when the container is actually built but that's for for your actual container https://kamal-deploy.org/docs/configuration/builders/#build-arguments

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vkalach
Comment options

@vkalach
Comment options

@nickhammond
Comment options

Answer selected by vkalach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants