{"id":16679608,"url":"https://github.com/mrk21/test-kitchen-runner","last_synced_at":"2026-05-04T11:37:29.687Z","repository":{"id":26598234,"uuid":"30053107","full_name":"mrk21/test-kitchen-runner","owner":"mrk21","description":"This is Docker image for running test-kitchen script","archived":false,"fork":false,"pushed_at":"2015-01-30T06:43:48.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T04:18:50.222Z","etag":null,"topics":["docker","docker-image","test-kitchen"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrk21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-30T02:52:47.000Z","updated_at":"2017-07-20T09:49:01.000Z","dependencies_parsed_at":"2022-09-01T19:22:21.313Z","dependency_job_id":null,"html_url":"https://github.com/mrk21/test-kitchen-runner","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Ftest-kitchen-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Ftest-kitchen-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Ftest-kitchen-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Ftest-kitchen-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrk21","download_url":"https://codeload.github.com/mrk21/test-kitchen-runner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243365640,"owners_count":20279215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","test-kitchen"],"created_at":"2024-10-12T13:36:23.027Z","updated_at":"2025-10-05T09:49:06.637Z","avatar_url":"https://github.com/mrk21.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# test-kitchen-runner\n\nThis is Docker image for running [test-kitchen](https://github.com/test-kitchen/test-kitchen \"test-kitchen/test-kitchen\") script. This supports Ruby 2.2 with Bundler, latest Ansible and latest Docker. If you want to use Docker, it needs `--privileged=true` option when this image running.\n\n## An example\n\nIf the project is used with [kitchen-ansible](https://github.com/neillturner/kitchen-ansible \"neillturner/kitchen-ansible\") and [kitchen-docker](https://github.com/portertech/kitchen-docker):\n\n```\nyour_project\n├── .kitchen.yml\n├── Gemfile\n├── Rakefile\n├── site.yml\n└── test\n    └── integration\n        └── default\n...\n```\n\nGemfile:\n\n```ruby\nsource \"https://rubygems.org\"\n\ngem 'test-kitchen'\ngem 'kitchen-ansible'\ngem 'kitchen-docker'\ngem 'docker'\n\ngroup :integration do\n  gem 'serverspec'\n  gem 'specinfra'\nend\n```\n\nRakefile:\n\n```ruby\nbegin\n  require \"kitchen/rake_tasks\"\n  Kitchen::RakeTasks.new\nrescue LoadError\n  puts \"\u003e\u003e\u003e\u003e\u003e Kitchen gem not loaded, omitting tasks\" unless ENV[\"CI\"]\nend\n```\n\nIf you want to run the tests of the above project, you will execute the commands listed below:\n\n```bash\n$ bundle install --path=vendor/bundle\n$ bundle exec rake kitchen:all\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrk21%2Ftest-kitchen-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrk21%2Ftest-kitchen-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrk21%2Ftest-kitchen-runner/lists"}