Originally created by: orisano
i implemented --exec option on docker-compose build for to use buildkit.
docker-compose build
This PR is prototype. please give me feedback.
Originally posted by: GordonTheTurtle
Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:
$ git clone -b "feat-add-exec-build" git@github.com:orisano/compose.git somewhere $ cd somewhere $ git commit --amend -s --no-edit $ git push -f
Amending updates the existing PR. You DO NOT need to open a new one.
Originally posted by: AkihiroSuda
cc @tonistiigi @tiborvass
Log in to post a comment.
Originally posted by: GordonTheTurtle
Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:
Amending updates the existing PR. You DO NOT need to open a new one.
Originally posted by: AkihiroSuda
cc @tonistiigi @tiborvass