Skip to content

Commit

Permalink
Merge pull request #259 from beeankha/update_docs
Browse files Browse the repository at this point in the history
Update Docs to Show Renamed build_arg_defaults Parameter

We went from default_build_args to build_arg_defaults and the docs were not reflecting that yet.

Reviewed-by: Alan Rominger <arominge@redhat.com>
  • Loading branch information
ansible-zuul[bot] authored Jun 29, 2021
2 parents e57299b + 205dc8a commit 8614c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Build Args and Base Image
^^^^^^^^^^^^^^^^^^^^^^^^^

Default values for build args can be specified in the definition file in
the ``default_build_args`` section as a dictionary. This is an alternative
the ``build_arg_defaults`` section as a dictionary. This is an alternative
to using the ``--build-arg`` CLI flag.

Build args used by ``ansible-builder`` are the following:
Expand All @@ -45,7 +45,7 @@ for the execution environment.
The ``EE_BUILDER_IMAGE`` build arg specifies the image used for
compiling type tasks.

Values given inside of ``default_build_args`` will be hard-coded into the
Values given inside of ``build_arg_defaults`` will be hard-coded into the
Containerfile, so they will persist if ``podman build`` is called manually.

If the same variable is specified in the CLI ``--build-arg`` flag,
Expand Down

0 comments on commit 8614c61

Please sign in to comment.