Menu

#6584 feat: add --exec option

open
nobody
None
2019-03-16
2019-03-15
Anonymous
No

Originally created by: orisano

i implemented --exec option on docker-compose build for to use buildkit.

This PR is prototype. please give me feedback.

Discussion

  • Anonymous

    Anonymous - 2019-03-15

    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.

     
  • Anonymous

    Anonymous - 2019-03-15

    Originally posted by: AkihiroSuda

    cc @tonistiigi @tiborvass

     

Log in to post a comment.