Skip to content

Commit

Permalink
Fix wave build docs
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed May 3, 2023
1 parent 78a2ba4 commit 34a7302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/wave.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ wave.enabled Enable/disable the execution of
wave.endpoint The Wave service endpoint (default: ``https://wave.seqera.io``)
wave.build.repository The container repository where images built by Wave are uploaded (note: the corresponding credentials must be provided in your Nextflow Tower account).
wave.build.cacheRepository The container repository used to cache image layers built by the Wave service (note: the corresponding credentials must be provided in your Nextflow Tower account).
wave.conda.mambaImage The Mamba container image is used to build the Conda-based container. This is expected to be the `micromamba-docker <https://github.com/mamba-org/micromamba-docker>`_ image.
wave.conda.commands One or more commands to be added to the Dockerfile used to build a Conda-based image.
wave.conda.basePackages One or more Conda packages that should always added in the resulting container e.g. ``conda-forge::procps-ng``.
wave.build.conda.mambaImage The Mamba container image is used to build the Conda-based container. This is expected to be the `micromamba-docker <https://github.com/mamba-org/micromamba-docker>`_ image.
wave.build.conda.commands One or more commands to be added to the Dockerfile used to build a Conda-based image.
wave.build.conda.basePackages One or more Conda packages that should always added in the resulting container e.g. ``conda-forge::procps-ng``.
wave.strategy The strategy to be used when resolving ambiguous Wave container requirements (default: ``'container,dockerfile,conda'``)
============================================== =================

Expand Down

0 comments on commit 34a7302

Please sign in to comment.