{"id":18309433,"url":"https://github.com/electrocucaracha/vind","last_synced_at":"2025-10-26T22:07:41.438Z","repository":{"id":78497933,"uuid":"322445877","full_name":"electrocucaracha/vind","owner":"electrocucaracha","description":"Docker image with Vagrant and Libvirt. Useful as a base image for integration tests in Concourse CI. ","archived":false,"fork":false,"pushed_at":"2021-04-01T02:09:49.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T11:50:11.337Z","etag":null,"topics":["ci","concourse","concourse-ci","integration-testing","libvirt","vagrant"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/electrocucaracha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-18T00:26:04.000Z","updated_at":"2021-07-19T16:49:26.000Z","dependencies_parsed_at":"2023-05-20T22:00:38.925Z","dependency_job_id":null,"html_url":"https://github.com/electrocucaracha/vind","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/electrocucaracha/vind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fvind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fvind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fvind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fvind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electrocucaracha","download_url":"https://codeload.github.com/electrocucaracha/vind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fvind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281179455,"owners_count":26456758,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ci","concourse","concourse-ci","integration-testing","libvirt","vagrant"],"created_at":"2024-11-05T16:11:24.974Z","updated_at":"2025-10-26T22:07:41.397Z","avatar_url":"https://github.com/electrocucaracha.png","language":"Shell","readme":"# vind (Vagrant-in-Docker)\n\n[![Docker](https://images.microbadger.com/badges/image/electrocucaracha/vind.svg)](http://microbadger.com/images/electrocucaracha/vind)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![GitHub Super-Linter](https://github.com/electrocucaracha/vind/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)\n\n## Usage\n\nUse this ```Dockerfile``` to build a base image for your integration\ntests in [Concourse CI](http://concourse.ci/) or [Tekton CI/CD](https://tekton.dev/)\n\nHere is an example of a Concourse\n[job](https://concourse-ci.org/jobs.html) that uses\n`electrocucaracha/vind` image. This approach has some limitations and\nrequire special configuration in the worker node, for more information\ncheck this [link](https://github.com/concourse/concourse/issues/2784)\n\n```yaml\n  - name: integration\n    plan:\n      - get: code\n        params: {depth: 1}\n        passed: [unit-tests]\n        trigger: true\n      - task: Run integration tests\n        privileged: true\n        config:\n          platform: linux\n          image_resource:\n            type: docker-image\n            source:\n              repository: electrocucaracha/vind\n          inputs:\n            - name: code\n          run:\n            dir: src\n            path: bash\n            args:\n              - -exc\n              - |\n                source /libvirtd-lib.sh\n                start_libvirtd\n\n                sudo -E vagrant up\n```\n\nHere is an example of a Tekton\n[pipeline](https://tekton.dev/docs/pipelines/pipelines/) that uses\n`electrocucaracha/vind` image.\n\n```yaml\n  tasks:\n    - name: vagrant-up\n      image: electrocucaracha/vind\n      workingDir: /workspace/src/\n      script: |\n        source /libvirtd-lib.sh\n        start_libvirtd\n\n        sudo -E vagrant up\n      securityContext:\n        privileged: true\n        capabilities:\n          add:\n            - NET_ADMIN\n      resources:\n        inputs:\n          - name: repo\n            resource: src\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrocucaracha%2Fvind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectrocucaracha%2Fvind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrocucaracha%2Fvind/lists"}