kitchen-docker
kitchen-docker copied to clipboard
A Test Kitchen Driver for Docker
## :speaking_head: Foreword Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be...
## :ghost: Brief Description Inability of using `docker` as `transport`. ## Version - `kitchen-docker`: 2.10.0 - `test-kitchen`: 2.8.0 ## Environment ``` # bundle install [...] Using test-kitchen 2.8.0 (was 2.4.0)...
# Description - Move workflows from TravisCI to GitHub - Move development dependencies to the Gemfile ## Issues Resolved List any existing issues this PR resolves ## Check List -...
# Description Previously, when `remove_images` was set to true, you would receive an error if the image was in use somewhere else. This fixes it by checking to see if...
# Description Without this, if your system has a copy of the cached apt repos that is invalid, the apt-get install will fail. ## Issues Resolved None that I see...
(supersedes #332) We have some test suites running with kitchen-docker that do `pip install` as part of their provisioning. This sometimes triggers a bug in the parsing code of kitchen-docker...
## :ghost: Brief Description When using a `run_option` to specify `/tmp` as a tmpfs, using the docker transport fails. This configuration is necessary to implement the recommended way to run...
Context: I want to be able to use kitchen docker for multi node testing through static ip within a network set by me on the different docker containers / kitchen...
problem description: in kitchen.yml, requirement.yml was properly defined with dependency roles. requirements.yml - name: openjdk src: git+https://INTERNAL_URL/openjdk.git scm: git - name: postgresql src: git+https://INTERNAL_URL/postgresql.git scm: git In jenkins log, it...