Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs to Show Renamed build_arg_defaults Parameter #259

Merged
merged 1 commit into from
Jun 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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