{"id":22748702,"url":"https://github.com/fgrehm/vagrant-lxc-base-boxes","last_synced_at":"2025-08-30T17:08:46.359Z","repository":{"id":15355832,"uuid":"18086700","full_name":"fgrehm/vagrant-lxc-base-boxes","owner":"fgrehm","description":"Scripts for building vagrant-lxc 1.0+ base boxes","archived":false,"fork":false,"pushed_at":"2016-07-19T05:34:07.000Z","size":64,"stargazers_count":68,"open_issues_count":2,"forks_count":95,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-14T12:05:51.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/fgrehm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-25T02:45:11.000Z","updated_at":"2022-12-17T14:39:10.000Z","dependencies_parsed_at":"2022-08-25T08:02:35.911Z","dependency_job_id":null,"html_url":"https://github.com/fgrehm/vagrant-lxc-base-boxes","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fgrehm/vagrant-lxc-base-boxes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-lxc-base-boxes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-lxc-base-boxes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-lxc-base-boxes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-lxc-base-boxes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgrehm","download_url":"https://codeload.github.com/fgrehm/vagrant-lxc-base-boxes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgrehm%2Fvagrant-lxc-base-boxes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878320,"owners_count":25008336,"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-08-30T02:00:09.474Z","response_time":77,"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-12-11T03:34:23.446Z","updated_at":"2025-08-30T17:08:46.340Z","avatar_url":"https://github.com/fgrehm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-lxc base boxes\n\nThis repository contains a set of scripts for creating base boxes for usage with\n[vagrant-lxc](https://github.com/fgrehm/vagrant-lxc) 1.0+.\n\n## :warning: Unmaintained :warning:\n\n[I've stepped down as a maintainer of the plugin](https://github.com/fgrehm/vagrant-lxc/issues/375) and I'm no longer maintaining this repo. Feel free to use it as a starting point for your own boxes and if you need any help with that just LMK! :beers:\n\nThis fork is still maintained:\n[https://github.com/obnoxxx/vagrant-lxc-base-boxes](https://github.com/obnoxxx/vagrant-lxc-base-boxes)\n\n## What distros / versions can I build with this?\n\n* Ubuntu\n  - Precise 12.04 x86_64\n  - Quantal 12.10 x86_64\n  - Raring 13.04 x86_64\n  - Saucy 13.10 x86_64\n  - Trusty 14.04 x86_64\n* Debian\n  - Squeeze x86_64\n  - Wheezy x86_64\n  - Jessie x86_64\n  - Sid x86_64\n* CentOS\n  - 6 x86_64\n\n## Building the boxes\n\n_In order to build the boxes you need to have the `lxc-download`\ntemplate available on your machine. If you don't have one around please\ncreate one based on [this](https://github.com/lxc/lxc/blob/master/templates/lxc-download.in)\nand drop it on your lxc templates path (usually `/usr/share/lxc/templates`)._\n\n```sh\ngit clone https://github.com/fgrehm/vagrant-lxc-base-boxes.git\ncd vagrant-lxc-base-boxes\nmake precise\n```\n\nBy default no provisioning tools will be included but you can pick the ones\nyou want by providing some environmental variables. For example:\n\n```sh\nPUPPET=1 CHEF=1 SALT=1 BABUSHKA=1 \\\nmake precise\n```\n\nWill build a Ubuntu Precise x86_64 box with latest Puppet, Chef, Salt and\nBabushka pre-installed.\n\n\n## Pre built base boxes\n\n_**NOTE:** None of the base boxes below have a provisioner pre-installed_\n\n| Distribution | VagrantCloud box |\n| ------------ | ---------------- |\n| Ubuntu Precise 12.04 x86_64 | [fgrehm/precise64-lxc](https://vagrantcloud.com/fgrehm/precise64-lxc) |\n| Ubuntu Trusty 14.04 x86_64 | [fgrehm/trusty64-lxc](https://vagrantcloud.com/fgrehm/trusty64-lxc) |\n| Debian Wheezy 7 x86_64 | [fgrehm/wheezy64-lxc](https://vagrantcloud.com/fgrehm/wheezy64-lxc) |\n| Debian Jessie 8 x86_64 | [glenux/jessie64-lxc](https://atlas.hashicorp.com/glenux/boxes/jessie64-lxc) |\n| CentOS 6 x86_64 | [fgrehm/centos-6-64-lxc](https://vagrantcloud.com/fgrehm/centos-6-64-lxc) |\n\n\n## What makes up for a vagrant-lxc base box?\n\nSee [vagrant-lxc/BOXES.md](https://github.com/fgrehm/vagrant-lxc/blob/master/BOXES.md)\n\n\n## Known issues\n\n* We can't get the NFS client to be installed on the containers used for building\n  Ubuntu 13.04 / 13.10 / 14.04 base boxes.\n* Puppet can't be installed on Debian Sid\n* Salt can't be installed on Ubuntu 13.04\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgrehm%2Fvagrant-lxc-base-boxes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgrehm%2Fvagrant-lxc-base-boxes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgrehm%2Fvagrant-lxc-base-boxes/lists"}