This project is mirrored from https://gitee.com/NQL886/packer.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 31 Mar, 2021 5 commits
-
-
packer-ci authored
-
packer-ci authored
-
packer-ci authored
-
Wilken Rivera authored
-
Wilken Rivera authored
``` go get github.com/hashicorp/packer-plugin-sdk@v0.1.1 go mod tidy go mod vendor ```
-
- 30 Mar, 2021 7 commits
-
-
Wilken Rivera authored
-
Wilken Rivera authored
``` go get github.com/hashicorp/packer-plugin-docker@v0.0.7 go mod tidy go mod vendor ```
-
Wilken Rivera authored
* Update steps for generating the remote plugin docs.zip file * Update a few typos * Fix tabbing issue
-
Adrien Delorme authored
* HCL2 variables: split validation from getting value, to only This way we do this only once and log this only once. The errors were being ignored anyways. * Update types.variables_test.go
-
Sylvia Moss authored
* add new disk to existingDevices list * add tests
-
Megan Marsh authored
Support OCI flexible shapes
-
Adrien Delorme authored
This : * allows to have a `build.dynamic` block * add tests * makes sure to show a correct message when a source was not found * display only name of source (instead of a weird map printout) * use a "Did you mean %q" feature where possible Because dynamic blocks need all variables to be evaluated and available, I moved parsing of everything that is not a variable to "after" variables are extrapolated. Meaning that dynamic block get expanded in the `init` phase and then only we start interpreting HCL2 content. After #10819 fix #10657
-
- 29 Mar, 2021 4 commits
-
-
Sylvia Moss authored
-
Harvey Lowndes authored
-
Kerim Satirli authored
-
Kaivalya Shah authored
An HCL2 example contained commas to separate the lines, and the metadata block did not have the equals sign, which is not valid.
-
- 26 Mar, 2021 1 commit
-
-
Harvey Lowndes authored
Update the docs to reflect flex shape additions. Also makes a fix to the mapstructure.
-
- 25 Mar, 2021 4 commits
-
-
Adrien Delorme authored
Some of them were added in #10800 some where already there
-
Sylvia Moss authored
* remove amazon from core * vendor amazon plugin * remove website content * Add amazon to docs-remote-plugins * update amazon reference links in the documentation * update amazon docs version to latest Co-authored-by:
Adrien Delorme <adrien.delorme@icloud.com>
-
GennadySpb authored
* Add release build for darwin/arm64 Co-authored-by:
Adrien Delorme <azr@users.noreply.github.com>
-
Ricardo Katz authored
Correct provision typo
-
- 24 Mar, 2021 8 commits
-
-
Megan Marsh authored
Override direct upload based on box size
-
Megan Marsh authored
website: fix issue with .mdx in plugin docs URL paths
-
Zach Shilton authored
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
-
Adrien Delorme authored
* used components that don't have a required_plugin block will make Packer 'implicitly' require those. These components are manually selected and commented for now. * add tests * docs
-
- 23 Mar, 2021 8 commits
-
-
Wilken Rivera authored
-
Wilken Rivera authored
-
Wilken Rivera authored
-
Zachary Shilton authored
* website: sort nested plugin docs files * website: allow ignored .md files in plugin docs folders * website: allow plugin docs/README.md only as extra file * website: fix issue with latest link for plugin docs.zip
-
Wilken Rivera authored
-
Wilken Rivera authored
-
Adrien Delorme authored
This imports hashicorp/packer-plugin-sdk#43 * code generate things * update docs * update guides * update examples We want to add a new guide.
-
Adrien Delorme authored
* tests * docs
-
- 22 Mar, 2021 3 commits
-
-
Megan Marsh authored
Update 'Hashicorp' to 'HashiCorp' in the Amazon Documentation
-
Taylor Dolezal authored
-
Bryce Kalow authored
-