{"id":19976025,"url":"https://github.com/dockette/vagrant","last_synced_at":"2026-03-05T17:43:03.422Z","repository":{"id":70424952,"uuid":"550502157","full_name":"dockette/vagrant","owner":"dockette","description":"🐳 Vagrant Docker Images.","archived":false,"fork":false,"pushed_at":"2025-12-03T07:33:30.000Z","size":42,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T09:14:11.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/dockette.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["f3l1x"]}},"created_at":"2022-10-12T21:57:31.000Z","updated_at":"2025-12-03T07:33:28.000Z","dependencies_parsed_at":"2025-03-01T18:45:06.092Z","dependency_job_id":"166bbedf-d27f-4331-900c-d6723179f019","html_url":"https://github.com/dockette/vagrant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dockette/vagrant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fvagrant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fvagrant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fvagrant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fvagrant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockette","download_url":"https://codeload.github.com/dockette/vagrant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fvagrant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30139495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-13T03:21:32.230Z","updated_at":"2026-03-05T17:43:03.393Z","avatar_url":"https://github.com/dockette.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/f3l1x"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eDockette / Vagrant\u003c/h1\u003e\n\n\u003cp align=center\u003e\n   Ready-to-use Docker images for Vagrant.\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n🕹 \u003ca href=\"https://f3l1x.io\"\u003ef3l1x.io\u003c/a\u003e | 💻 \u003ca href=\"https://github.com/f3l1x\"\u003ef3l1x\u003c/a\u003e | 🐦 \u003ca href=\"https://twitter.com/xf3l1x\"\u003e@xf3l1x\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n  \u003ca href=\"https://hub.docker.com/r/dockette/vagrant/\"\u003e\u003cimg src=\"https://badgen.net/docker/pulls/dockette/vagrant\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://bit.ly/ctteg\"\u003e\u003cimg src=\"https://badgen.net/badge/support/gitter/cyan\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/sponsors/f3l1x\"\u003e\u003cimg src=\"https://badgen.net/badge/sponsor/donations/F96854\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n-----\n\n## Usage\n\n```ruby\nVagrant.configure(2) do |config|\n\tconfig.vm.provider \"docker\" do |d|\n\t\td.image = \"dockette/vagrant:debian-12\"\n\t\td.has_ssh = true\n\tend\nend\n```\n\n**Provisioning**\n\n```ruby\nVagrant.configure(2) do |config|\n\tconfig.vm.provider \"docker\" do |d|\n\t\td.image = \"dockette/vagrant:debian-12\"\n\t\td.has_ssh = true\n\tend\n\tconfig.vm.provision \"shell\", inline: \"apt install -y htop\"\nend\n```\n\n### Images\n\n- `dockette/vagrant:debian-12`\n- `dockette/vagrant:debian-12-systemd`\n- `dockette/vagrant:debian-11`\n- `dockette/vagrant:debian-11-systemd`\n- `dockette/vagrant:debian-10`\n- `dockette/vagrant:debian-10-systemd`\n\n## Development\n\nSee [how to contribute](https://contributte.org/contributing.html) to this package.\n\nThis package is currently maintaining by these authors.\n\n\u003ca href=\"https://github.com/f3l1x\"\u003e\n    \u003cimg width=\"80\" height=\"80\" src=\"https://avatars2.githubusercontent.com/u/538058?v=3\u0026s=80\"\u003e\n\u003c/a\u003e\n\n-----\n\nConsider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockette%2Fvagrant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockette%2Fvagrant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockette%2Fvagrant/lists"}