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

Add Outputs support to Docker Driver #82

Merged
merged 1 commit into from
Aug 8, 2019

Commits on Aug 8, 2019

  1. Supports Outputs in Claim.

    - Add Outputs in Claim struct.
    - In action, if driver gives you output files, put them in the claim.
    - Add Output support in Docker driver.
    - Change container wait condiditon to WaitConditionNextExit in order to
      fetch outputs before the container terminates.
    - Add docker driver integration test and an example bundle.
    - Include build script for creating the image used in integration test.
    - Add `make integration-test` to simplify running unit and integration
      tests.
    - Make K8s and Command drivers compile, but do not implement support.
    - Handle tmpdir path weirdness with Docker for Mac.
    - Handle Output type(s).
    
    This does not implement Output support in the k8s driver.
    More information about the challenges to complete this effort can be
    found in cnabio/duffle#747.
    
    Signed-off-by: Leah Hanson <lhanson@pivotal.io>
    Urvashi Reddy authored and astrieanna committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    09407c1 View commit details
    Browse the repository at this point in the history