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

Recursive TAR copy for docker context #313

Merged
merged 1 commit into from
Apr 14, 2017
Merged

Commits on Apr 14, 2017

  1. Introduce an abstraction over files and classpath resources.

    This encapsulates all the complexity of generating a path that the Docker daemon is about to create a volume mount for.
    
    This should resolve a general problem with spaces in paths, which was seen in one particular form as #263.
    
    Use recursive copy for docker context TAR to allow contents of directories to be used in Dockerfiles and Docker Compose contexts
    rnorth committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    6351b1f View commit details
    Browse the repository at this point in the history