{"id":15862755,"url":"https://github.com/ifeulner/packer-hcloud-microos","last_synced_at":"2026-03-18T17:04:57.587Z","repository":{"id":215592951,"uuid":"565155044","full_name":"ifeulner/packer-hcloud-microos","owner":"ifeulner","description":"Build a MicroOS snapshot for Hetzner Cloud","archived":false,"fork":false,"pushed_at":"2022-11-13T07:18:43.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T13:38:24.323Z","etag":null,"topics":["hcloud","hetzner-cloud","microos","packer","suse"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/ifeulner.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}},"created_at":"2022-11-12T14:10:38.000Z","updated_at":"2024-04-14T18:03:35.000Z","dependencies_parsed_at":"2024-01-05T10:46:37.754Z","dependency_job_id":"c7ce33c8-f1ff-4a4c-8699-7ffa72e926c8","html_url":"https://github.com/ifeulner/packer-hcloud-microos","commit_stats":null,"previous_names":["ifeulner/packer-hcloud-microos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeulner%2Fpacker-hcloud-microos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeulner%2Fpacker-hcloud-microos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeulner%2Fpacker-hcloud-microos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeulner%2Fpacker-hcloud-microos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ifeulner","download_url":"https://codeload.github.com/ifeulner/packer-hcloud-microos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709918,"owners_count":20821298,"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":["hcloud","hetzner-cloud","microos","packer","suse"],"created_at":"2024-10-05T22:42:15.833Z","updated_at":"2026-01-11T01:42:01.401Z","avatar_url":"https://github.com/ifeulner.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SuSE MicroOS image snapshot on Hetzner Cloud\n\nCreate an MicroOS-based snapshot on [Hetzner Cloud](https://www.hetzner.com/cloud) using [packer](https://www.packer.io).\n\n## Installing\n\nOn macOS just use [brew](https://brew.sh):\n\n```bash\nbrew install packer\n```\n\nFor other OSes and more details see the [packer documentation](https://developer.hashicorp.com/packer).\n\n## Building\n\nGet an API token for your hcloud project (see [here](https://docs.hetzner.com/cloud/api/getting-started/generating-api-token/)) and run `packer build`.\n\n```bash\nexport HCLOUD_TOKEN=\u003credacted\u003e\npacker build hcloud-microos-snapshot.pkr.hcl\n```\n\nThe snapshot is created in your project and can then be used.\n## Using the snapshot\n\nYou can refere to the snapshot by using it's ID.\n\n```bash\n# list the snapshot by using it's label\n\u003e hcloud image list -l microos-snapshot\nID         TYPE       NAME   DESCRIPTION        IMAGE SIZE   DISK SIZE   CREATED                        DEPRECATED\n88945574   snapshot   -      microos-snapshot   0.38 GB      40 GB       Sat Nov 12 14:28:08 CET 2022   -\n\n# retrieve just the ID \n\u003e hcloud image list -o noheader -o \"columns=id\" -l microos-snapshot\n88945574\n\n# create a server based on this snapshot. Ensure you provide an SSH-Key as\n# MicroOS does not allow login via password\n\u003e hcloud server create --image 88945574 --type cx21 --name MicroOS-test --ssh-key k3s\n1m1s [===================================] 100.00%\nWaiting for server 25527457 to have started\n ... done\nServer 25527457 created\nIPv4: 95.217.214.186\nIPv6: 2a01:4f9:c010:3e1c::1\nIPv6 Network: 2a01:4f9:c010:3e1c::/64\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifeulner%2Fpacker-hcloud-microos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifeulner%2Fpacker-hcloud-microos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifeulner%2Fpacker-hcloud-microos/lists"}