{"id":36856242,"url":"https://github.com/ppc64le-cloud/packer-plugin-powervs","last_synced_at":"2026-01-12T14:44:10.995Z","repository":{"id":38084085,"uuid":"451865649","full_name":"ppc64le-cloud/packer-plugin-powervs","owner":"ppc64le-cloud","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-16T03:28:46.000Z","size":721,"stargazers_count":4,"open_issues_count":8,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-19T14:14:54.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ppc64le-cloud.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-25T12:19:51.000Z","updated_at":"2025-12-16T03:28:43.000Z","dependencies_parsed_at":"2023-02-16T20:00:49.780Z","dependency_job_id":"1e6ffa34-fc2b-4a6d-a6b7-1b696345c3f2","html_url":"https://github.com/ppc64le-cloud/packer-plugin-powervs","commit_stats":{"total_commits":72,"total_committers":2,"mean_commits":36.0,"dds":0.2777777777777778,"last_synced_commit":"0086b9f578f422ac40bba4a9d97e4308d6f207dd"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":"hashicorp/packer-plugin-scaffolding","purl":"pkg:github/ppc64le-cloud/packer-plugin-powervs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppc64le-cloud%2Fpacker-plugin-powervs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppc64le-cloud%2Fpacker-plugin-powervs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppc64le-cloud%2Fpacker-plugin-powervs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppc64le-cloud%2Fpacker-plugin-powervs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppc64le-cloud","download_url":"https://codeload.github.com/ppc64le-cloud/packer-plugin-powervs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppc64le-cloud%2Fpacker-plugin-powervs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"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":"2026-01-12T14:44:09.434Z","updated_at":"2026-01-12T14:44:10.988Z","avatar_url":"https://github.com/ppc64le-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Packer Plugin Power VS\n\nThis repository is a template for a Packer multi-component plugin. It is intended as a starting point for creating Packer plugins, containing:\n- A builder ([builder/scaffolding](builder/scaffolding))\n- A provisioner ([provisioner/scaffolding](provisioner/scaffolding))\n- A post-processor ([post-processor/scaffolding](post-processor/scaffolding))\n- A data source ([datasource/scaffolding](datasource/scaffolding))\n- Docs ([docs](docs))\n- A working example ([example](example))\n\nThese folders contain boilerplate code that you will need to edit to create your own Packer multi-component plugin.\nA full guide to creating Packer plugins can be found at [Extending Packer](https://www.packer.io/docs/plugins/creation).\n\nIn this repository you will also find a pre-defined GitHub Action configuration for the release workflow\n(`.goreleaser.yml` and `.github/workflows/release.yml`). The release workflow configuration makes sure the GitHub\nrelease artifacts are created with the correct binaries and naming conventions.\n\nPlease see the [GitHub template repository documentation](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)\nfor how to create a new repository from this template on GitHub.\n\n## Packer plugin projects\n\nHere's a non exaustive list of Packer plugins that you can checkout:\n\n* [github.com/hashicorp/packer-plugin-docker](https://github.com/hashicorp/packer-plugin-docker)\n* [github.com/exoscale/packer-plugin-exoscale](https://github.com/exoscale/packer-plugin-exoscale)\n* [github.com/sylviamoss/packer-plugin-comment](https://github.com/sylviamoss/packer-plugin-comment)\n* [github.com/hashicorp/packer-plugin-hashicups](https://github.com/hashicorp/packer-plugin-hashicups)\n\nLooking at their code will give you good examples.\n\n## Running Acceptance Tests\n\nMake sure to install the plugin with `go build .` and to have Packer installed locally.\nThen source the built binary to the plugin path with `cp packer-plugin-scaffolding ~/.packer.d/plugins/packer-plugin-scaffolding`\nOnce everything needed is set up, run:\n```\nPACKER_ACC=1 go test -count 1 -v ./... -timeout=120m\n```\n\nThis will run the acceptance tests for all plugins in this set.\n\n## Test Plugin Example Action\n\nThis scaffolding configures a [manually triggered plugin test action](/.github/workflows/test-plugin-example.yml).\nBy default, the action will run Packer at the latest version to init, validate, and build the example configuration\nwithin the [example](example) folder. This is useful to quickly test a basic template of your plugin against Packer.\n\nThe example must contain the `required_plugins` block and require your plugin at the latest or any other released version.\nThis will help test and validate plugin releases.\n\n## Registering Documentation on Packer.io\n\nDocumentation for a plugin is maintained within the `docs` directory and served on GitHub.\nTo include plugin docs on Packer.io a global pre-hook has been added to the main scaffolding .goreleaser.yml file, that if uncommented will generate and include a docs.zip file as part of the plugin release.\n\nThe `docs.zip` file will contain all of the `.mdx` files under the plugins root `docs/` directory that can be consumed remotely by Packer.io.\n\nOnce the first `docs.zip` file has been included into a release you will need to open a one time pull-request against [hashicorp/packer](https://github.com/hashicorp/packer) to register the plugin docs.\nThis is done by adding the block below for the respective plugin to the file [website/data/docs-remote-navigation.js](https://github.com/hashicorp/packer/blob/master/website/data/docs-remote-plugins.json).\n\n```json\n{\n   \"title\": \"Scaffolding\",\n   \"path\": \"scaffolding\",\n   \"repo\": \"hashicorp/packer-plugin-scaffolding\",\n   \"version\": \"latest\",\n   \"sourceBranch\": \"main\"\n }\n```\n\nIf a plugin maintainer wishes to only include a specific version of released docs then the `\"version\"` key in the above configuration should be set to a released version of the plugin. Otherwise it should be set to `\"latest\"`.\n\nThe `\"sourceBranch\"` key in the above configuration ensures potential contributors can link back to source files in the plugin repository from the Packer docs site. If a `\"sourceBranch\"` value is not present, it will default to `\"main\"`.\n\nThe documentation structure needed for Packer.io can be generated manually, by creating a simple zip file called `docs.zip` of the docs directory and included in the plugin release.\n\n```/bin/bash\n[[ -d docs/ ]] \u0026\u0026 zip -r docs.zip docs/\n```\n\nOnce the first `docs.zip` file has been included into a release you will need to open a one time pull-request against [hashicorp/packer](https://github.com/hashicorp/packer) to register the plugin docs.\n\n# Requirements\n\n-\t[packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) \u003e= v0.2.9\n-\t[Go](https://golang.org/doc/install) \u003e= 1.18\n\n## Packer Compatibility\nThis scaffolding template is compatible with Packer \u003e= v1.7.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppc64le-cloud%2Fpacker-plugin-powervs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppc64le-cloud%2Fpacker-plugin-powervs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppc64le-cloud%2Fpacker-plugin-powervs/lists"}