mingsheng.su
|
8a8abdf615
|
update ucloud-uhost builder (#9466)
* update ucloud-uhost builder, docs and deps
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
|
2020-06-24 14:31:05 +02:00 |
Gennady Lipenkov
|
85da85271f
|
Support SA Key authentication in Yandex Export post-processor
|
2020-06-09 11:06:12 +03:00 |
Adrien Delorme
|
a1bff83afb
|
Update Config-required.mdx
|
2020-05-13 16:22:46 +02:00 |
Adrien Delorme
|
c2d3e494b6
|
alicloud: better docs + autogenerated post processor docs
|
2020-05-13 15:49:34 +02:00 |
Gennady Lipenkov
|
2658d58507
|
Fixes
|
2020-04-27 10:12:41 +03:00 |
Gennady Lipenkov
|
17a5b5db24
|
Add docs and nav reference
|
2020-04-27 02:21:13 +03:00 |
Adrien Delorme
|
2af40c762b
|
HCL2: pass on builder type and name (#8956)
* sets `packer_build_name` and `packer_builder_type` variables for builder provisioners and post-processors in HCL2
* allows to use the new `${source.type}` and `${source.name}` variables in HCL2
* fixes #8932
Note that the common.PackerConfig is used everywhere and was not set for HCL2, this had some implications:
For #8923 you can see the issue here:
dde74232f2/builder/lxd/config.go (L61-L63)
More random examples of where this could cause an issue :
0785c2f6fc/provisioner/ansible-local/provisioner.go (L380-L381)
b4efd13a4d/builder/amazon/ebs/builder.go (L232-L236)
* [All references to PackerConfig.PackerBuildName](https://sourcegraph.com/github.com/hashicorp/packer@ff6a039d5bb45e34ff761d9c52e8b98972288447/-/blob/common/packer_config.go#L7:2&tab=references)
* [All references to PackerConfig.PackerBuilderType](https://sourcegraph.com/github.com/hashicorp/packer@ff6a039d5bb45e34ff761d9c52e8b98972288447/-/blob/common/packer_config.go#L8:2&tab=references)
|
2020-04-09 11:14:37 +02:00 |