Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add --cli option #6584

Closed
wants to merge 10 commits into from
Closed

Commits on Aug 13, 2019

  1. feat: add --exec option

    Signed-off-by: Nao YONASHIRO <yonashiro@r.recruit.co.jp>
    orisano authored and ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    fa7c858 View commit details
    Browse the repository at this point in the history
  2. refactor: change image_id detection approach

    Signed-off-by: Nao YONASHIRO <yonashiro@r.recruit.co.jp>
    orisano authored and ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    5562a86 View commit details
    Browse the repository at this point in the history
  3. feat: add iidfile check

    Signed-off-by: Nao YONASHIRO <yonashiro@r.recruit.co.jp>
    orisano authored and ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    16b6475 View commit details
    Browse the repository at this point in the history
  4. chore: path to required

    Signed-off-by: Nao YONASHIRO <yonashiro@r.recruit.co.jp>
    orisano authored and ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    3864ba1 View commit details
    Browse the repository at this point in the history
  5. refactor: avoid shadowing

    Signed-off-by: Nao YONASHIRO <yonashiro@r.recruit.co.jp>
    orisano authored and ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    dfe0313 View commit details
    Browse the repository at this point in the history
  6. style: to sorted

    Signed-off-by: Nao YONASHIRO <yonashiro@r.recruit.co.jp>
    orisano authored and ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    35696ad View commit details
    Browse the repository at this point in the history
  7. refactor: rename exec to cli

    Signed-off-by: Nao YONASHIRO <yonashiro@r.recruit.co.jp>
    orisano authored and ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    278ad5d View commit details
    Browse the repository at this point in the history
  8. Fix buildkit tty output

    Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
    ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    202fb13 View commit details
    Browse the repository at this point in the history
  9. Replace --cli by envvar COMPOSE_NATIVE_BUILDER detection

    Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
    ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    a0a6854 View commit details
    Browse the repository at this point in the history
  10. Reduce arguments passed to docker build

    Only handles the arguments already supported by
    `docker-compose build`
    
    Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
    ulyssessouza committed Aug 13, 2019
    Copy the full SHA
    76e453d View commit details
    Browse the repository at this point in the history