packer-plugin-goss
packer-plugin-goss copied to clipboard
Goss Provisioner for Packer
I wanted to gauge interest in a PR for updating to the latest Packer SDK and enabling modern plugin support for this repository. It would be helpful for various projects...
In new packer versions it is possible to define required plugin in packer configuration file. This eliminates need to download the plugin locally and execute manual steps to download, `chmod`,...
This change is required for plugin to be installable using `required_plugins` feature(https://github.com/YaleUniversity/packer-provisioner-goss/issues/58). Done according to official docs https://www.packer.io/docs/plugins/creation#plugin-development-basics Signed-off-by: Ondrej Vasko
I am trying to create a Microsoft Windows Server 2016 Base AMI and use Goss for testing it. The same configuration worked fine when I launched Amazon Linux base AMI....
We are running our packer CI in an environment where you need an http_proxy to connect to the internet (or most other services for that matter) The provisioner doesnt seem...
Current version of packer-plugin (v0.2.3) has an old `go-getter` dependency (v2.0.0) that has CVEs - [30323](https://osspi.eng.vmware.com/api/v3/vulnerabilities/CVE-2022-30323/overview/), [30322](https://osspi.eng.vmware.com/api/v3/vulnerabilities/CVE-2022-30322/overview/), [30321](https://osspi.eng.vmware.com/api/v3/vulnerabilities/CVE-2022-30321/overview/) Latest release of packer-plugin-sdk (v0.3.2) has an updated go-getter [2.1.0](https://github.com/hashicorp/packer-plugin-sdk/blob/main/go.mod#L32) that resolves...
Hey all, To be clear I `git cloned` this repo, downloaded the binary and saved it as ~/.packer.d/plugins/packer-provisioner-goss with `0755` permissions. This is a sample `goss/goss.yml` file, my real one...
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.20.0 to 2.20.1. Release notes Sourced from github.com/hashicorp/hcl/v2's releases. v2.20.1 Bugs Fixed Return ExprSyntaxError when an invalid namespaced function is encountered during parsing (#668) Internal Standardize on...
is there a way to set env variable in the context where the goss binary is downloaded ? I want to set proxy env variable to let curl || wget...
Hello, thanks for this useful provisioner. Is there a way to save the testresults in a file so that I can later upload it to my CI/CD Environment? It can...