{"id":20444096,"url":"https://github.com/tknerr/vagrant-baseboxes","last_synced_at":"2026-06-06T19:31:48.372Z","repository":{"id":3323607,"uuid":"4366844","full_name":"tknerr/vagrant-baseboxes","owner":"tknerr","description":"Veewee Definitions and Rakefile for building Vagrant Baseboxes","archived":false,"fork":false,"pushed_at":"2013-05-29T23:10:49.000Z","size":132,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T08:26:10.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sparkphp/adr","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tknerr.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}},"created_at":"2012-05-18T07:37:37.000Z","updated_at":"2024-11-28T16:30:05.000Z","dependencies_parsed_at":"2022-07-07T22:04:18.736Z","dependency_job_id":null,"html_url":"https://github.com/tknerr/vagrant-baseboxes","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tknerr/vagrant-baseboxes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknerr%2Fvagrant-baseboxes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknerr%2Fvagrant-baseboxes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknerr%2Fvagrant-baseboxes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknerr%2Fvagrant-baseboxes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tknerr","download_url":"https://codeload.github.com/tknerr/vagrant-baseboxes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tknerr%2Fvagrant-baseboxes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33997732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"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":[],"created_at":"2024-11-15T09:51:13.233Z","updated_at":"2026-06-06T19:31:48.353Z","avatar_url":"https://github.com/tknerr.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Veewee Basebox Definitions\n\nSome Veewee based basebox definitions for building 'Vagrant' baseboxes and 'Bare OS' baseboxes.\n\n * 'Vagrant' baseboxes already contain Ruby, Gems, Chef, Puppet and VirtualBox Guest Additions and are for development on your local machine when using Vagrant.\n * 'Bare OS' baseboxes contain nothing but the bare operating system and can be used for bootstrapping with `knife bootrap`\n\nThe two kinds of baseboxes are built from the same Veewee definition. This is achieved by templating the `definitions/\u003cmy-def\u003e/postinstall.sh.erb` file and conditionally including either `common/custom-install-commands-bare-os.sh.erb` or `custom-install-commands-vagrant.sh.erb`.\n\nSee also:\n * https://github.com/jedi4ever/veewee\n * http://vagrantup.com/docs/base_boxes.html\n\n# Usage\n\nInstall dependencies using bundler, then build all definitions with the `:build` task (this might take a while):\n\n```\nbundle install\nrake build\n```\n \n# Adding Veewee Definitions\n\nTake a look at the pre-defined templates that come with Veewee:\n\n```\nveewee vbox templates\n```\n\nPick one of the pre-defined templates and add it to the definitions directory, e.g.:\n\n```\nveewee vbox define 'my-ubuntu-12.04' 'ubuntu-12.04-server-amd64'\n```\n\nThen rename `definitions/my-ubuntu-12.04/postinstall.sh` to `postinstall.sh.erb` and replace the code which installs gems, ruby, chef and puppet with this:\n\n```\n# custom install commands for either bare-os or vagrant basebox installation\n# --- begin custom install commands\n\n\u003c%= custom_install_commands %\u003e\t\n\n# --- end custom install commands\n``` \n\nWhen you `rake build` now it will build two baseboxes: `my-ubuntu-12.04-bare-os.box` and `my-ubuntu-12.04-vagrant.box`\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftknerr%2Fvagrant-baseboxes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftknerr%2Fvagrant-baseboxes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftknerr%2Fvagrant-baseboxes/lists"}