Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samcmill committed May 17, 2024
1 parent ed0bed6 commit 4244b95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/misc_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ __Arguments__


- __distro (string)__: Valid values are `centos7`, `centos8`, `rhel7`,
`rhel8`, `rockylinux8`, `ubuntu16`, `ubuntu18`, `ubuntu20`, and
`ubuntu22`. `ubuntu` is an alias for `ubuntu16`, `centos` is an
alias for `centos7`, and `rhel` is an alias for `rhel7`.
`rhel8`, `rockylinux8`, `rockylinux9`, `ubuntu16`, `ubuntu18`, `ubuntu20`,
`ubuntu22`, and `ubuntu24`. `ubuntu` is an alias for `ubuntu16`, `centos`
is an alias for `centos7`, and `rhel` is an alias for `rhel7`.


## set_singularity_version
Expand Down
10 changes: 5 additions & 5 deletions docs/primitives.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ is `docker` (Singularity specific).

- ___distro__: The underlying Linux distribution of the base image.
Valid values are `centos`, `centos7`, `centos8`, `redhat`, `rhel`,
`rhel7`, `rhel8`, `rockylinux8`, `ubuntu`, `ubuntu16`, `ubuntu18`,
`ubuntu20`, and `ubuntu22`. By default, the primitive attempts to
figure out the Linux distribution by inspecting the image
identifier, and falls back to `ubuntu` if unable to determine the
Linux distribution automatically.
`rhel7`, `rhel8`, `rockylinux8`, `rockylinux9`, `ubuntu`, `ubuntu16`,
`ubuntu18`, `ubuntu20`, `ubuntu22`, and `ubuntu24`. By default, the
primitive attempts to figure out the Linux distribution by inspecting
the image identifier, and falls back to `ubuntu` if unable to determine
the Linux distribution automatically.

- ___docker_env__: Boolean specifying whether to load the Docker base
image environment, i.e., source
Expand Down

0 comments on commit 4244b95

Please sign in to comment.