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 image volume fix and Sharness tests #2064

Merged
merged 7 commits into from Jan 10, 2016
Merged

Commits on Jan 10, 2016

  1. change Dockerfile order to create VOLUME under user ipfs

    License: MIT
    Signed-off-by: Christian Kniep <christian@qnib.org>
    ChristianKniep authored and chriscool committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    a226704 View commit details
    Browse the repository at this point in the history
  2. Travis-CI: add docker service

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    06a5135 View commit details
    Browse the repository at this point in the history
  3. CircleCI: add docker service

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    1c403c0 View commit details
    Browse the repository at this point in the history
  4. test/ipfs-test-lib: add docker support

    We have to do something special for CircleCI in docker_exec()
    because "docker exec" doesn't work on CircleCi:
    
    https://circleci.com/docs/docker#docker-exec
    
    We indeed get "Unsupported: Exec is not supported by the lxc
    driver" with CircleCi, when using "docker exec".
    
    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    29ec4c0 View commit details
    Browse the repository at this point in the history
  5. sharness: add t0300-docker-image.sh

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    d356ed0 View commit details
    Browse the repository at this point in the history
  6. Add and use a DOCKER prereq

    License: MIT
    Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
    chriscool committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    1fbbd1d View commit details
    Browse the repository at this point in the history
  7. force use of ipv4 in test

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    3916e73 View commit details
    Browse the repository at this point in the history