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

Docker plugin updates #1056

Merged
merged 12 commits into from
Oct 11, 2017

Commits on Oct 11, 2017

  1. Update plugins Alpine 3.5 to 3.6

    Except for S3FS -- unable to compile s3fs-fuse on Alpine 3.6 because 3.6
    removed the openssl-dev package (containing libcrypto) and only
    supportes libressl now. HOwever, s3fs-fuse does not compile against
    libressl.
    codenrhoden committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    ce61dce View commit details
    Browse the repository at this point in the history
  2. No longer use deprected -f flag

    `rexray start -f` is deprecated, and current behavior of REX-Ray is to
    always start in the foreground.
    codenrhoden committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    2eb85f4 View commit details
    Browse the repository at this point in the history
  3. Add HTTP_PROXY env var to plugins using HTTP

    For each client that ultimately uses an HTTP based API, add the
    HTTP_PROXY env var.
    codenrhoden committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    e9973cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d8a37e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2256620 View commit details
    Browse the repository at this point in the history
  6. Expand number of EBS docker plugin options

    Add status timeout params, KMS key, and SDK retries
     Please enter the commit message for your changes. Lines starting
    codenrhoden committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    234736b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22f60f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91af97f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fad1ffb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    674b513 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    02dc1dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39132af View commit details
    Browse the repository at this point in the history