{"id":16288410,"url":"https://github.com/skyplabs/packer-debian","last_synced_at":"2026-05-07T04:35:04.982Z","repository":{"id":145921087,"uuid":"41476205","full_name":"SkypLabs/packer-debian","owner":"SkypLabs","description":"Create Debian images for different hypervisors with Packer","archived":false,"fork":false,"pushed_at":"2018-10-16T13:36:00.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-05T07:38:37.476Z","etag":null,"topics":["debian","hypervisors","kvm","packer","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/SkypLabs.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},"funding":{"github":"SkypLabs","custom":["https://blog.skyplabs.net/support/","https://paypal.me/skyplabs"]}},"created_at":"2015-08-27T08:55:37.000Z","updated_at":"2021-01-30T18:31:37.000Z","dependencies_parsed_at":"2023-04-09T19:02:41.273Z","dependency_job_id":null,"html_url":"https://github.com/SkypLabs/packer-debian","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SkypLabs/packer-debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkypLabs%2Fpacker-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkypLabs%2Fpacker-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkypLabs%2Fpacker-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkypLabs%2Fpacker-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkypLabs","download_url":"https://codeload.github.com/SkypLabs/packer-debian/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkypLabs%2Fpacker-debian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005332,"owners_count":26083883,"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-10T02:00:06.843Z","response_time":62,"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":["debian","hypervisors","kvm","packer","vagrant","virtualbox","vmware"],"created_at":"2024-10-10T19:48:12.601Z","updated_at":"2025-10-10T21:05:29.798Z","avatar_url":"https://github.com/SkypLabs.png","language":"Shell","funding_links":["https://github.com/sponsors/SkypLabs","https://blog.skyplabs.net/support/","https://paypal.me/skyplabs"],"categories":[],"sub_categories":[],"readme":"# Packer Debian\n\nThis repository contains files used by [Packer][packer] to create Debian images for different hypervisors.\n\n## Hypervisors supported\n\n* VirtualBox (`vbox`)\n* VMware (`vmware`)\n* KVM (`kvm`)\n\n## Vagrant support\n\nIn order to create an image to be used with [Vagrant][vagrant], you have to use one of these builders:\n\n* `vbox4vagrant`\n* `vmware4vagrant`\n* `kvm4vagrant`\n\n## Variables available\n\n    Optional variables and their defaults:\n\n      build_number      = {{timestamp}}\n      debian_arch       = amd64\n      disk_size         = 10000\n      headless          = true\n      iso_base_url      = http://cdimage.debian.org/debian-cd\n      iso_checksum_type = sha256\n      password          = password\n      timeout           = 30m\n      username          = root\n\nIn addition, several variable files are available to precise which version of Debian should be used via the Packer `-var-file` option.\n\n## Use this template behind a proxy\n\nIn order to use this template behind an *explicit proxy*, you need to add this last one in some files:\n\n* In the preseed file:\n\n        d-i mirror/http/proxy string \u003cexplicit proxy\u003e\n\n* In the `vagrant.sh` script, before the `curl` command:\n\n        # Download the insecure public key from GitHub official repository\n        export https_proxy=\u003cexplicit proxy\u003e\n        curl \\\n            --location \\\n            --output /home/vagrant/.ssh/authorized_keys \\\n            https://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub\n\n## Examples\n\nTo create an image of Debian 8 with all the hypervisors, including Vagrant images:\n\n    packer build -var-file debian8.json packer-debian.json\n\nTo create a Vagrant Debian 8 image only with VirtualBox and overwrite some default variables' value (here, `headless` and `timeout`):\n\n    packer build -only vbox4vagrant -var 'headless=false' -var 'timeout=1h' -var-file debian8.json packer-debian.json\n\n## License\n\n[MIT][license]\n\n [packer]: https://packer.io/\n [vagrant]: https://www.vagrantup.com/\n [license]: http://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyplabs%2Fpacker-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyplabs%2Fpacker-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyplabs%2Fpacker-debian/lists"}