{"id":13509867,"url":"https://github.com/luthermonson/quiso","last_synced_at":"2026-01-12T15:13:31.232Z","repository":{"id":43654036,"uuid":"208213143","full_name":"luthermonson/quiso","owner":"luthermonson","description":"QUickISO Builder for cloud-init","archived":false,"fork":false,"pushed_at":"2022-02-25T21:26:51.000Z","size":3777,"stargazers_count":24,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-01T10:35:03.392Z","etag":null,"topics":["cdrom","cli","cloud","cloud-init","go","iso","virtualization"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luthermonson.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":"2019-09-13T07:04:12.000Z","updated_at":"2024-05-08T21:52:49.000Z","dependencies_parsed_at":"2022-08-23T05:11:17.601Z","dependency_job_id":null,"html_url":"https://github.com/luthermonson/quiso","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luthermonson%2Fquiso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luthermonson%2Fquiso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luthermonson%2Fquiso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luthermonson%2Fquiso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luthermonson","download_url":"https://codeload.github.com/luthermonson/quiso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246332244,"owners_count":20760447,"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":["cdrom","cli","cloud","cloud-init","go","iso","virtualization"],"created_at":"2024-08-01T02:01:15.348Z","updated_at":"2026-01-12T15:13:31.179Z","avatar_url":"https://github.com/luthermonson.png","language":"Go","funding_links":[],"categories":["Go","cli"],"sub_categories":[],"readme":"# quiso, the quick ISO builder for [cloud-init](https://cloudinit.readthedocs.io/en/latest/)\r\nSimple cross-platform CLI with cloud-init with presets designed to make building images painless and simple, \r\ndesigned to work everywhere for quick iteration on cloud-init development. There are also unsupported clouds where the \r\n[NoCloud](https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html) method of injecting user-data\r\nis the best method of using cloud-init.\r\n\r\nThis CLI was inspired by work done for \r\n[rancher-machine](https://github.com/rancher/machine/blob/master/drivers/vmwarevsphere/cloudinit.go#L127-L201) to \r\naccommodate vSphere without relying on the [guestinfo](https://github.com/vmware/cloud-init-vmware-guestinfo) \r\nimplementation which requires VMWare Tools. Other examples of this same solution can be found in Canonical's \r\n[multipass](https://github.com/canonical/multipass/blob/master/src/iso/cloud_init_iso.cpp) and countless \r\n[bash](https://github.com/frederickding/Cloud-Init-ISO) implementations which rely on \r\n[genisoimage](https://www.alextomkins.com/2016/09/testing-cloud-init-with-vagrant/),\r\n[mkisofs](https://januz.nl/mac/generate-coreos-configdrive-iso-based-cloud-config-file) or \r\n[hdiutil](https://serverfault.com/questions/576615/os-x-equivalents-for-ubuntus-genisoimage-and-qemu-img). This \r\ntool takes these ideas and coalesces them into a single tool with easy defaults allowing any devops engineer in any\r\nenvironment (mac, win, linux) to call `quiso` and immediately get an ISO.\r\n\r\n## Releases\r\nFind everything you need to start in your architecture on the \r\n[releases](https://github.com/luthermonson/quiso/releases) page.\r\n\r\n## Usage\r\n`quiso` was designed with simple defaults, run in any directory containing a `user-data` and `meta-data` file and \r\nit will automatically create `user-data.iso`.   \r\n\r\n```shell\r\n$ tree\r\n   .\r\n   ├── meta-data\r\n   └── user-data\r\n$ quiso\r\n$ tree\r\n   .\r\n   ├── meta-data\r\n   └── user-data\r\n   └── user-data.iso\r\n```\r\n\r\nCalling `quiso` with no parameters is equivalent of \r\n\r\n```\r\nquiso build --user-data ./user-data --meta-data ./meta-data --output ./user-data.iso \r\n``` \r\n\r\n## Examples\r\nCheck out the [./examples](https://github.com/luthermonson/quiso/tree/master/examples) directory for how to \r\nuse [vagrant](https://www.vagrantup.com/downloads.html) and \r\n[virtualbox](https://www.virtualbox.org/wiki/Downloads) to test ISOs locally and how to use `quiso` with\r\nterraform's [template_cloudinit_config](https://www.terraform.io/docs/providers/template/d/cloudinit_config.html).\r\n\r\n## todo\r\nLooking for suggestions, leave an [issue](https://github.com/luthermonson/quiso/issues) with a request or fork and \r\nsubmit a pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluthermonson%2Fquiso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluthermonson%2Fquiso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluthermonson%2Fquiso/lists"}