mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-25 10:59:43 -05:00
Run now takes a context as well as a statebag. We'll assign the context
to the blank identifier to prevent namespace collisions. We'll let the
step authors opt-in to using the context.
`find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;`
|
||
|---|---|---|
| .. | ||
| alicloud-import | ||
| amazon-import | ||
| artifice | ||
| atlas | ||
| checksum | ||
| compress | ||
| docker-import | ||
| docker-push | ||
| docker-save | ||
| docker-tag | ||
| googlecompute-export | ||
| manifest | ||
| shell-local | ||
| vagrant | ||
| vagrant-cloud | ||
| vsphere | ||
| vsphere-template | ||