{"id":13588138,"url":"https://github.com/kaorimatz/packer-templates","last_synced_at":"2025-04-04T18:05:28.882Z","repository":{"id":11929620,"uuid":"14498151","full_name":"kaorimatz/packer-templates","owner":"kaorimatz","description":"Packer templates for Vagrant base boxes","archived":false,"fork":false,"pushed_at":"2020-09-13T08:31:54.000Z","size":373,"stargazers_count":496,"open_issues_count":21,"forks_count":243,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-28T17:06:03.650Z","etag":null,"topics":["packer","qemu","vagrant","virtualbox","vmware"],"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/kaorimatz.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":"2013-11-18T16:30:43.000Z","updated_at":"2025-03-19T07:05:37.000Z","dependencies_parsed_at":"2022-08-30T14:40:49.165Z","dependency_job_id":null,"html_url":"https://github.com/kaorimatz/packer-templates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Fpacker-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Fpacker-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Fpacker-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Fpacker-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaorimatz","download_url":"https://codeload.github.com/kaorimatz/packer-templates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226213,"owners_count":20904465,"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":["packer","qemu","vagrant","virtualbox","vmware"],"created_at":"2024-08-01T15:06:31.839Z","updated_at":"2025-04-04T18:05:28.862Z","avatar_url":"https://github.com/kaorimatz.png","language":"Shell","funding_links":[],"categories":["Shell","vagrant"],"sub_categories":[],"readme":"# packer-templates\n\n[![Travis](https://img.shields.io/travis/kaorimatz/packer-templates.svg?style=flat-square)](https://travis-ci.org/kaorimatz/packer-templates)\n\n[Packer](https://www.packer.io/) templates for [Vagrant](https://www.vagrantup.com/) base boxes\n\n## Usage\n\nClone the repository:\n\n    $ git clone https://github.com/kaorimatz/packer-templates \u0026\u0026 cd packer-templates\n\nBuild a machine image from the template in the repository:\n\n    $ packer build -only=virtualbox-iso archlinux-x86_64.json\n\nAdd the built box to Vagrant:\n\n    $ vagrant box add archlinux-x86_64 archlinux-x86_64-virtualbox.box\n\n## Configuration\n\nYou can configure each template to match your requirements by setting the following [user variables](https://packer.io/docs/templates/user-variables.html).\n\n User Variable       | Default Value | Description\n---------------------|---------------|----------------------------------------------------------------------------------------\n `compression_level` | 6             | [Documentation](https://packer.io/docs/post-processors/vagrant.html#compression_level)\n `cpus`              | 1             | Number of CPUs\n `disk_size`         | 40000         | [Documentation](https://packer.io/docs/builders/virtualbox-iso.html#disk_size)\n `headless`          | 0             | [Documentation](https://packer.io/docs/builders/virtualbox-iso.html#headless)\n `memory`            | 512           | Memory size in MB\n `mirror`            |               | A URL of the mirror where the ISO image is available\n\n### Example\n\nBuild an uncompressed Arch Linux vagrant box with a 4GB hard disk using the VirtualBox provider:\n\n    $ packer build -only=virtualbox-iso -var compression_level=0 -var disk_size=4000 archlinux-x86_64.json\n\n## Pre-built Boxes\n\nYou can also use the pre-built boxes hosted on [Atlas](https://atlas.hashicorp.com/kaorimatz).\n\n    $ vagrant box add kaorimatz/archlinux-x86_64\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaorimatz%2Fpacker-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaorimatz%2Fpacker-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaorimatz%2Fpacker-templates/lists"}