Skip to content

Commit 4244b95

Browse files
committed
Update docs
1 parent ed0bed6 commit 4244b95

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/misc_api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ __Arguments__
9090

9191

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

9797

9898
## set_singularity_version

docs/primitives.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ is `docker` (Singularity specific).
2222

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

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

0 commit comments

Comments
 (0)