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

Replace makefile with a bash script #107

Closed
wants to merge 4 commits into from

Commits on Jul 17, 2017

  1. Replace docker.Makefile with a bash script.

    Signed-off-by: Daniel Nephin <dnephin@docker.com>
    dnephin committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    2485a1d View commit details
    Browse the repository at this point in the history
  2. Support NO_BINDMOUNT in tasks

    Use ./tasks in circleci
    List task targets with './tasks --help'
    
    Signed-off-by: Daniel Nephin <dnephin@docker.com>
    dnephin committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    dd435c5 View commit details
    Browse the repository at this point in the history
  3. Add a warning when make is run outside of a container.

    The warning can be disabled by setting the environment variable
    
    Signed-off-by: Daniel Nephin <dnephin@docker.com>
    dnephin committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    82aa924 View commit details
    Browse the repository at this point in the history
  4. Add TASK_BUILD_ARGS

    Signed-off-by: Daniel Nephin <dnephin@docker.com>
    dnephin committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    37c1210 View commit details
    Browse the repository at this point in the history