Skip to content
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
11 changes: 6 additions & 5 deletions docs/source/pages/cli_usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ Common Options

The directory where Macaron looks for already cloned repositories.

-----------
Common Environment
-----------
---------------------
Environment Variables
---------------------

``MACARON_IMAGE_TAG`` – The tag to use for the Macaron docker image
``DOCKER_PULL`` – Whether to pull docker image from registry, must be one of: always, missing, never (default: always)
* ``MACARON_IMAGE_TAG``: The Docker image tag for a specific version of Macaron.

* ``DOCKER_PULL``: Whether to pull the Docker image from the `GitHub Container registry <https://github.com/oracle/macaron/pkgs/container/macaron>`_; must be one of: ``always``, ``missing``, ``never`` (default: ``always``).

---------------
Action Commands
Expand Down