Skip to content

Commit

Permalink
Updates web-docs for changes to DockerfileBootstrapConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmccormack committed Nov 22, 2024
1 parent 6bd3def commit d5b7958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .web-docs/components/builder/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ source "docker" "example" {

Defaults to the directory from which we invoke packer.

- `arguments` (map[string]string) - A mapping of additional build args to provide. The key of
the object is the argument name, the value is the argument value.

- `pull` (boolean) - Pull the image when building the base docker image.

Note: defaults to true, to disable this, explicitly set it to false.
Expand Down

0 comments on commit d5b7958

Please sign in to comment.