{"id":19571775,"url":"https://github.com/loadsys/packer-builds","last_synced_at":"2026-05-17T14:34:23.467Z","repository":{"id":136337851,"uuid":"82210392","full_name":"loadsys/packer-builds","owner":"loadsys","description":"A repository of Loadsys flavored packer builds based on the chef/bento repository.","archived":false,"fork":false,"pushed_at":"2017-06-20T23:01:27.000Z","size":1365,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"cakephp","last_synced_at":"2025-02-26T10:46:14.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loadsys.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-02-16T18:05:18.000Z","updated_at":"2017-02-16T18:10:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4b7264d-20d2-40e4-88e6-fa57eb7a8882","html_url":"https://github.com/loadsys/packer-builds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loadsys/packer-builds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2Fpacker-builds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2Fpacker-builds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2Fpacker-builds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2Fpacker-builds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loadsys","download_url":"https://codeload.github.com/loadsys/packer-builds/tar.gz/refs/heads/cakephp","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2Fpacker-builds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33142242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-11T06:19:59.949Z","updated_at":"2026-05-17T14:34:22.614Z","avatar_url":"https://github.com/loadsys.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loadsys Packer Builds\n\n\u003c!--\n[![Build Status](http://img.shields.io/travis/chef/bento.svg)][travis]\n\nThis repository contains [Packer](https://www.packer.io/) templates for building [Vagrant](https://www.vagrantup.com/) base boxes. It may be used to build other provider images in the future. It is derived from the [chef/bento](https://github.com/chef/bento) repository and mainly adds new templates and scripts. We use these boxes internally at Loadsys for our project environments.\n\nThis project is managed by Loadsys. Currently, some of the documentation files may still reference Chef and Chef team members.\n\n## Pre-built Boxes\n\nBoxes built from this repository's templates for publicly available platforms are currently hosted via Atlas in the [loadsys organization](https://atlas.hashicorp.com/loadsys/).\n\n### Build Notes\n\n- If you're using the [Vagrant VMWare Fusion](https://www.vagrantup.com/vmware) provider, using `vagrant box add --provider vmware_desktop ...` will work for these boxes. Using `--provider vmware_fusion`, will not.\n\n#### VMWare Fusion 8, Packer, systemd\n\nRecent Linux distributions use [systemd's logic to predictably name network devices](https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/). In our scenario, this is tied to the PCI slot id. For unknown reasons, boxes built with [the default vmx config provided by packer](https://github.com/mitchellh/packer/blob/e868f9b69c995cf8a681857aa68e9be286243630/builder/vmware/iso/step_create_vmx.go#L168) use a different PCI slot id (32 instead of 33) once they got imported to VMWare Fusion 8, which results in a different device name and finally in broken networking. This issue is documented in the following places:\n\n- \u003chttps://github.com/chef/bento/issues/554\u003e\n- \u003chttps://github.com/chef/bento/pull/545#issuecomment-202988690\u003e\n- \u003chttps://github.com/mitchellh/vagrant/issues/4590\u003e\n\nAs a workaround we've started to provide the changed PCI slot id as a custom value with the packer definitions with Ubuntu 15.10+ and Debian 8+. However this is not yet tested, may not solve the issue and/or break compatibility with other VMWare products/versions!\n\n\u003c!--\n## Older Boxes\n\nThe contents of this Github repository represent the current state of Bento and not every packer config that has ever existed in the Bento project. As a distribution is made end of life or a newer minor version of a distribution ships, we will remove the existing configurations. At the time of the next Bento release those deprecations will be noted in the release notes. If you'd like to build that release for some reason, your best course of action is to checkout the release tag in git and use the existing configs at their last known working state.\n\n## Using Pre-built Boxes\n\nAdding a bento box to vagrant:\n\n```\n$ vagrant box add bento/debian-8.6\n```\n\nUsing a bento box in a Vagrantfile:\n\n```\nVagrant.configure(\"2\") do |config|\n  config.vm.box = \"bento/debian-8.6\"\nend\n```\n\n--\u003e\n## Requirements\n\n- [Packer](https://www.packer.io/)\n- At least one virtualization provider: Virtualbox, VMware Fusion, Parallels Desktop, etc\n- A license for VMware Fusion Pro for the VMWare Fusion provider.\n\n## Build Your Own Boxes\n\n\u003c!--\n### Using `bento`\n\n```\n$ gem install bento-ya\n```\n\nIf you use Bundler, you can add run `bundle install` from the bento repo. Prefix commands with `bundle exec` if doing so.\n\nTo build multiple templates for all providers (VirtualBox, Fusion, Parallels, etc):\n\n```\n$ bento build debian-8.6-amd64 debian-8.6-i386\n```\n\nTo build a box for a single provider:\n\n```\n$ bento build --only=virtualbox-iso debian-8.6-amd64\n```\n\n## comment note: remove the \\ from -\\- above\n--\u003e\n### Using `packer`\n\nTemplates can still be built directly by `packer`\n\nTo build a template for all providers (VirtualBox, Fusion, Parallels):\n\n```\n$ packer build debian-8.6-amd64.json\n```\n\nTo build a template only for a list of specific providers:\n\n```\n$ packer build -only=virtualbox-iso debian-8.6-amd64.json\n```\n\nTo build a template for all providers except a list of specific providers:\n\n```\n$ packer build -except=parallels-iso,vmware-iso debian-8.6-amd64.json\n```\n\nIf you want to use a another mirror site, use the `mirror` user variable.\n\n```\n$ packer build -var 'mirror=http://ftp.jaist.ac.jp/pub/Linux/debian-cdimage/release' debian-8.6-amd64.json\n```\n\nCongratulations! You now have box(es) in the ../builds directory that you can then add to Vagrant and start testing cookbooks.\n\nNotes:\n\n- The box_basename can be overridden like other Packer vars with `-var 'box_basename=debian-8.6'`\n\n\u003c!--\n### Proprietary Boxes\n\nMac OS X, Red Hat Enterprise Linux, and SUSE Linux Enterprise Server templates are provided. However, their ISOs are not publicly retrievable and as such, the URLs in those templates are bogus. For RHEL and SLES, substitute a server where the ISOs are hosted, using the mirror variable as above.\n\n#### Mac OS X\n\nTo build a Mac OS X box, you will need to start with an installer for your desired version of OS X. You will then need to use [Tim Sutton's osx-vm-templates](https://github.com/timsutton/osx-vm-templates)/) to modify that installer for use by packer. The output of that build will include the location of the ISO and its checksum, which you can substitute into your `packer build` command, e.g.:\n\n```\n$ packer build -var 'iso_checksum=\u003cchecksum\u003e' -var 'iso_url=\u003ciso_url\u003e' macosx-10.11.json\n```\n\nThere is a known issue where [test-kitchen](http://kitchen.ci/) starts a Mac OS X box correctly, but `vagrant up` fails due to the absence of the HGFS kernel module. This is due to a silent failure during the VMware tools installation and can be corrected by installing the VMware tools on the Mac OS X box manually.\n\nNote that, while it is possible to build OS X boxes for VirtualBox, it may not be ideal. VirtualBox provides no \"guest additions\" for OS X. Boxes consequently have limited networking configurability and must rely on rsync for folder syncing. VMWare, when available, is generally preferred.\n\n### Windows\n\nCurrently the project does not include any definitions for building Windows boxes. For other approaches to building Windows boxes, please see the following community projects:\n\n- [Mischa Taylor's Boxcutter project](https://github.com/boxcutter)\n- [Vagrant Windows Boxes and Puppet](https://github.com/ferventcoder/vagrant-windows-puppet/tree/master/baseboxes)\n\n### Special Note About Building from Windows Hosts\n\nWhen building boxes from a Windows host system, you must ensure that kickstart configuration files (`ks.cfg` for RHEL based systems) and preseed files (`preseed.cfg` for Debian based systems) have Unix line endings (i.e. lines end with LF character only). Moreover, it's also a good idea to have `*.sh` scripts with Unix line endings too.\n\nWhen these files have Windows line endings, the group creation can fail in the pre-seed phase and in turn, prevents the user `vagrant` to be created correctly. This ultimately results in Packer not being able to connect to the newly booted up machine with an error message that looks like this:\n\n```\n==\u003e virtualbox-iso: Waiting for SSH to become available...\n==\u003e virtualbox-iso: Error waiting for SSH: handshake failed: ssh: unable to authenticate, attempted methods [none password], no support\n```\n\nSince Packer tries to log in with user `vagrant` but it was not created successfully in the pre-seed phase, it is unable to connect to the machine and the packaging process stops.\n\nBy default, when cloning this repository, git should normalize `ks.cfg`, `preseed.cfg` and `*.sh` to Unix line endings and `*.bat` to Windows line endings, thanks to the \u003c.gitattributes\u003e file in the repository. However, if it's not the case because you have overridden line-ending conversion in your own git configuration, convert the offending files so they have the correct line endings.\n\n--\u003e\n## Bugs and Issues\n\nPlease use GitHub issues to report bugs, features, or other problems.\n\n## License \u0026 Authors\n\nAll of the hard work was done by the [bento authors](https://github.com/chef/bento#license--authors).\n\nAny changes by Loadsys are currently in the `cakephp` branch.\n\n```text\nCopyright 2012-2016, Chef Software, Inc. (\u003clegal@chef.io\u003e)\nCopyright 2011-2012, Tim Dysinger (\u003ctim@dysinger.net\u003e)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n[centos_511_32_prl]: https://atlas.hashicorp.com/bento/boxes/centos-5.11-i386/versions/2.3.1/providers/parallels.box\n[centos_511_32_vbox]: https://atlas.hashicorp.com/bento/boxes/centos-5.11-i386/versions/2.3.1/providers/virtualbox.box\n[centos_511_32_vmware]: https://atlas.hashicorp.com/bento/boxes/centos-5.11-i386/versions/2.3.1/providers/vmware_desktop.box\n[centos_511_64_prl]: https://atlas.hashicorp.com/bento/boxes/centos-5.11/versions/2.3.1/providers/parallels.box\n[centos_511_64_vbox]: https://atlas.hashicorp.com/bento/boxes/centos-5.11/versions/2.3.1/providers/virtualbox.box\n[centos_511_64_vmware]: https://atlas.hashicorp.com/bento/boxes/centos-5.11/versions/2.3.1/providers/vmware_desktop.box\n[centos_68_32_prl]: https://atlas.hashicorp.com/bento/boxes/centos-6.8-i386/versions/2.3.1/providers/parallels.box\n[centos_68_32_vbox]: https://atlas.hashicorp.com/bento/boxes/centos-6.8-i386/versions/2.3.1/providers/virtualbox.box\n[centos_68_32_vmware]: https://atlas.hashicorp.com/bento/boxes/centos-6.8-i386/versions/2.3.1/providers/vmware_desktop.box\n[centos_68_64_prl]: https://atlas.hashicorp.com/bento/boxes/centos-6.8/versions/2.3.1/providers/parallels.box\n[centos_68_64_vbox]: https://atlas.hashicorp.com/bento/boxes/centos-6.8/versions/2.3.1/providers/virtualbox.box\n[centos_68_64_vmware]: https://atlas.hashicorp.com/bento/boxes/centos-6.8/versions/2.3.1/providers/vmware_desktop.box\n[centos_73_64_prl]: https://atlas.hashicorp.com/bento/boxes/centos-7.3/versions/2.3.2/providers/parallels.box\n[centos_73_64_vbox]: https://atlas.hashicorp.com/bento/boxes/centos-7.3/versions/2.3.2/providers/virtualbox.box\n[centos_73_64_vmware]: https://atlas.hashicorp.com/bento/boxes/centos-7.3/versions/2.3.2/providers/vmware_desktop.box\n[debian_711_32_prl]: https://atlas.hashicorp.com/bento/boxes/debian-7.11-i386/versions/2.3.1/providers/parallels.box\n[debian_711_32_vbox]: https://atlas.hashicorp.com/bento/boxes/debian-7.11-i386/versions/2.3.1/providers/virtualbox.box\n[debian_711_32_vmware]: https://atlas.hashicorp.com/bento/boxes/debian-7.11-i386/versions/2.3.1/providers/vmware_desktop.box\n[debian_711_64_prl]: https://atlas.hashicorp.com/bento/boxes/debian-7.11/versions/2.3.1/providers/parallels.box\n[debian_711_64_vbox]: https://atlas.hashicorp.com/bento/boxes/debian-7.11/versions/2.3.1/providers/virtualbox.box\n[debian_711_64_vmware]: https://atlas.hashicorp.com/bento/boxes/debian-7.11/versions/2.3.1/providers/vmware_desktop.box\n[debian_86_32_prl]: https://atlas.hashicorp.com/bento/boxes/debian-8.6-i386/versions/2.3.1/providers/parallels.box\n[debian_86_32_vbox]: https://atlas.hashicorp.com/bento/boxes/debian-8.6-i386/versions/2.3.1/providers/virtualbox.box\n[debian_86_32_vmware]: https://atlas.hashicorp.com/bento/boxes/debian-8.6-i386/versions/2.3.1/providers/vmware_desktop.box\n[debian_86_64_prl]: https://atlas.hashicorp.com/bento/boxes/debian-8.6/versions/2.3.1/providers/parallels.box\n[debian_86_64_vbox]: https://atlas.hashicorp.com/bento/boxes/debian-8.6/versions/2.3.1/providers/virtualbox.box\n[debian_86_64_vmware]: https://atlas.hashicorp.com/bento/boxes/debian-8.6/versions/2.3.1/providers/vmware_desktop.box\n[fedora_24_64_prl]: https://atlas.hashicorp.com/bento/boxes/fedora-24/versions/2.3.1/providers/parallels.box\n[fedora_24_64_vbox]: https://atlas.hashicorp.com/bento/boxes/fedora-24/versions/2.3.1/providers/virtualbox.box\n[fedora_24_64_vmware]: https://atlas.hashicorp.com/bento/boxes/fedora-24/versions/2.3.1/providers/vmware_desktop.box\n[fedora_25_64_prl]: https://atlas.hashicorp.com/bento/boxes/fedora-25/versions/2.3.1/providers/parallels.box\n[fedora_25_64_vbox]: https://atlas.hashicorp.com/bento/boxes/fedora-25/versions/2.3.1/providers/virtualbox.box\n[fedora_25_64_vmware]: https://atlas.hashicorp.com/bento/boxes/fedora-25/versions/2.3.1/providers/vmware_desktop.box\n[freebsd_103_64_prl]: https://atlas.hashicorp.com/bento/boxes/freebsd-10.3/versions/2.3.1/providers/parallels.box\n[freebsd_103_64_vbox]: https://atlas.hashicorp.com/bento/boxes/freebsd-10.3/versions/2.3.1/providers/virtualbox.box\n[freebsd_103_64_vmware]: https://atlas.hashicorp.com/bento/boxes/freebsd-10.3/versions/2.3.1/providers/vmware_desktop.box\n[freebsd_110_64_prl]: https://atlas.hashicorp.com/bento/boxes/freebsd-11.0/versions/2.3.1/providers/parallels.box\n[freebsd_110_64_vbox]: https://atlas.hashicorp.com/bento/boxes/freebsd-11.0/versions/2.3.1/providers/virtualbox.box\n[freebsd_110_64_vmware]: https://atlas.hashicorp.com/bento/boxes/freebsd-11.0/versions/2.3.1/providers/vmware_desktop.box\n[leap_422_64_prl]: https://atlas.hashicorp.com/bento/boxes/opensuse-leap-42.2/versions/2.3.1/providers/parallels.box\n[leap_422_64_vbox]: https://atlas.hashicorp.com/bento/boxes/opensuse-leap-42.2/versions/2.3.1/providers/virtualbox.box\n[leap_422_64_vmware]: https://atlas.hashicorp.com/bento/boxes/opensuse-leap-42.2/versions/2.3.1/providers/vmware_desktop.box\n[omnios_r151018_64_vbox]: https://atlas.hashicorp.com/bento/boxes/omnios-r151018/versions/2.3.1/providers/virtualbox.box\n[oracle_511_32_prl]: https://atlas.hashicorp.com/bento/boxes/oracle-5.11-i386/versions/2.3.1/providers/parallels.box\n[oracle_511_32_vbox]: https://atlas.hashicorp.com/bento/boxes/oracle-5.11-i386/versions/2.3.1/providers/virtualbox.box\n[oracle_511_32_vmware]: https://atlas.hashicorp.com/bento/boxes/oracle-5.11-i386/versions/2.3.1/providers/vmware_desktop.box\n[oracle_511_64_prl]: https://atlas.hashicorp.com/bento/boxes/oracle-5.11/versions/2.3.1/providers/parallels.box\n[oracle_511_64_vbox]: https://atlas.hashicorp.com/bento/boxes/oracle-5.11/versions/2.3.1/providers/virtualbox.box\n[oracle_511_64_vmware]: https://atlas.hashicorp.com/bento/boxes/oracle-5.11/versions/2.3.1/providers/vmware_desktop.box\n[oracle_68_32_prl]: https://atlas.hashicorp.com/bento/boxes/oracle-6.8-i386/versions/2.3.1/providers/parallels.box\n[oracle_68_32_vbox]: https://atlas.hashicorp.com/bento/boxes/oracle-6.8-i386/versions/2.3.1/providers/virtualbox.box\n[oracle_68_32_vmware]: https://atlas.hashicorp.com/bento/boxes/oracle-6.8-i386/versions/2.3.1/providers/vmware_desktop.box\n[oracle_68_64_prl]: https://atlas.hashicorp.com/bento/boxes/oracle-6.8/versions/2.3.1/providers/parallels.box\n[oracle_68_64_vbox]: https://atlas.hashicorp.com/bento/boxes/oracle-6.8/versions/2.3.1/providers/virtualbox.box\n[oracle_68_64_vmware]: https://atlas.hashicorp.com/bento/boxes/oracle-6.8/versions/2.3.1/providers/vmware_desktop.box\n[oracle_73_64_prl]: https://atlas.hashicorp.com/bento/boxes/oracle-7.3/versions/2.3.1/providers/parallels.box\n[oracle_73_64_vbox]: https://atlas.hashicorp.com/bento/boxes/oracle-7.3/versions/2.3.1/providers/virtualbox.box\n[oracle_73_64_vmware]: https://atlas.hashicorp.com/bento/boxes/oracle-7.3/versions/2.3.1/providers/vmware_desktop.box\n[travis]: https://travis-ci.org/chef/bento\n[ubuntu_1204_32_prl]: https://atlas.hashicorp.com/bento/boxes/ubuntu-12.04-i386/versions/2.3.1/providers/parallels.box\n[ubuntu_1204_32_vbox]: https://atlas.hashicorp.com/bento/boxes/ubuntu-12.04-i386/versions/2.3.1/providers/virtualbox.box\n[ubuntu_1204_32_vmware]: https://atlas.hashicorp.com/bento/boxes/ubuntu-12.04-i386/versions/2.3.1/providers/vmware_desktop.box\n[ubuntu_1204_64_prl]: https://atlas.hashicorp.com/bento/boxes/ubuntu-12.04/versions/2.3.1/providers/parallels.box\n[ubuntu_1204_64_vbox]: https://atlas.hashicorp.com/bento/boxes/ubuntu-12.04/versions/2.3.1/providers/virtualbox.box\n[ubuntu_1204_64_vmware]: https://atlas.hashicorp.com/bento/boxes/ubuntu-12.04/versions/2.3.1/providers/vmware_desktop.box\n[ubuntu_1404_32_prl]: https://atlas.hashicorp.com/bento/boxes/ubuntu-14.04-i386/versions/2.3.1/providers/parallels.box\n[ubuntu_1404_32_vbox]: https://atlas.hashicorp.com/bento/boxes/ubuntu-14.04-i386/versions/2.3.1/providers/virtualbox.box\n[ubuntu_1404_32_vmware]: https://atlas.hashicorp.com/bento/boxes/ubuntu-14.04-i386/versions/2.3.1/providers/vmware_desktop.box\n[ubuntu_1404_64_prl]: https://atlas.hashicorp.com/bento/boxes/ubuntu-14.04/versions/2.3.1/providers/parallels.box\n[ubuntu_1404_64_vbox]: https://atlas.hashicorp.com/bento/boxes/ubuntu-14.04/versions/2.3.1/providers/virtualbox.box\n[ubuntu_1404_64_vmware]: https://atlas.hashicorp.com/bento/boxes/ubuntu-14.04/versions/2.3.1/providers/vmware_desktop.box\n[ubuntu_1604_32_prl]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.04-i386/versions/2.3.1/providers/parallels.box\n[ubuntu_1604_32_vbox]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.04-i386/versions/2.3.1/providers/virtualbox.box\n[ubuntu_1604_32_vmware]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.04-i386/versions/2.3.1/providers/vmware_desktop.box\n[ubuntu_1604_64_prl]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.04/versions/2.3.1/providers/parallels.box\n[ubuntu_1604_64_vbox]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.04/versions/2.3.1/providers/virtualbox.box\n[ubuntu_1604_64_vmware]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.04/versions/2.3.1/providers/vmware_desktop.box\n[ubuntu_1610_32_prl]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.10-i386/versions/2.3.1/providers/parallels.box\n[ubuntu_1610_32_vbox]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.10-i386/versions/2.3.1/providers/virtualbox.box\n[ubuntu_1610_32_vmware]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.10-i386/versions/2.3.1/providers/vmware_desktop.box\n[ubuntu_1610_64_prl]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.10/versions/2.3.1/providers/parallels.box\n[ubuntu_1610_64_vbox]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.10/versions/2.3.1/providers/virtualbox.box\n[ubuntu_1610_64_vmware]: https://atlas.hashicorp.com/bento/boxes/ubuntu-16.10/versions/2.3.1/providers/vmware_desktop.box\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadsys%2Fpacker-builds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floadsys%2Fpacker-builds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadsys%2Fpacker-builds/lists"}