{"id":29085879,"url":"https://github.com/linode/packer-plugin-linode","last_synced_at":"2026-03-09T20:10:40.192Z","repository":{"id":37848212,"uuid":"358036917","full_name":"linode/packer-plugin-linode","owner":"linode","description":"Packer plugin for Linode Builder","archived":false,"fork":false,"pushed_at":"2026-03-03T17:31:16.000Z","size":871,"stargazers_count":13,"open_issues_count":5,"forks_count":17,"subscribers_count":5,"default_branch":"dev","last_synced_at":"2026-03-03T21:20:51.502Z","etag":null,"topics":["linode","packer","packer-plugin"],"latest_commit_sha":null,"homepage":"https://developer.hashicorp.com/packer/integrations/linode/linode","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-14T20:41:33.000Z","updated_at":"2026-03-03T17:31:19.000Z","dependencies_parsed_at":"2023-12-07T19:23:55.178Z","dependency_job_id":"67ed580e-c4aa-4cdc-a8aa-2842ccbd0ef4","html_url":"https://github.com/linode/packer-plugin-linode","commit_stats":null,"previous_names":["hashicorp/packer-plugin-linode"],"tags_count":44,"template":false,"template_full_name":"hashicorp/packer-plugin-scaffolding","purl":"pkg:github/linode/packer-plugin-linode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fpacker-plugin-linode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fpacker-plugin-linode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fpacker-plugin-linode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fpacker-plugin-linode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linode","download_url":"https://codeload.github.com/linode/packer-plugin-linode/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fpacker-plugin-linode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30310119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"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":["linode","packer","packer-plugin"],"created_at":"2025-06-27T23:06:39.458Z","updated_at":"2026-03-09T20:10:40.181Z","avatar_url":"https://github.com/linode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Packer Plugin Linode\nThe `Linode` multi-component plugin can be used with HashiCorp [Packer](https://www.packer.io)\nto create custom images. For the full list of available features for this plugin see [docs](docs).\n\n## Installation\n\n### Using pre-built releases\n\n#### Using the `packer init` command\n\nStarting from version 1.7, Packer supports a new `packer init` command allowing\nautomatic installation of Packer plugins. Read the\n[Packer documentation](https://www.packer.io/docs/commands/init) for more information.\n\nTo install this plugin, copy and paste this code into your Packer configuration .\nThen, run [`packer init`](https://www.packer.io/docs/commands/init).\n\n```hcl\npacker {\n  required_plugins {\n    linode = {\n      version = \"\u003e= 1.0.2\"\n      source  = \"github.com/linode/linode\"\n    }\n  }\n}\n```\n\n\n#### Manual installation\n\nYou can find pre-built binary releases of the plugin [here](https://github.com/linode/packer-plugin-linode/releases).\nOnce you have downloaded the latest archive corresponding to your target OS,\nuncompress it to retrieve the plugin binary file corresponding to your platform.\nTo install the plugin, please follow the Packer documentation on\n[installing a plugin](https://www.packer.io/docs/extending/plugins/#installing-plugins).\n\n\n### From Sources\n\nIf you prefer to build the plugin from sources, clone the GitHub repository\nlocally and run the command `go build` from the root\ndirectory. Upon successful compilation, a `packer-plugin-linode` plugin\nbinary file can be found in the root directory.\nTo install the compiled plugin, please follow the official Packer documentation\non [installing a plugin](https://www.packer.io/docs/extending/plugins/#installing-plugins).\n\n\n### Configuration\n\nFor more information on how to configure the plugin, please read the\ndocumentation located in the [`docs/`](docs) directory.\n\n\n## Contribution Guidelines\n\nWant to improve [packer-plugin-linode]? Please start [here](CONTRIBUTING.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinode%2Fpacker-plugin-linode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinode%2Fpacker-plugin-linode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinode%2Fpacker-plugin-linode/lists"}