We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0bed6 commit 4244b95Copy full SHA for 4244b95
docs/misc_api.md
@@ -90,9 +90,9 @@ __Arguments__
90
91
92
- __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`.
+`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`.
96
97
98
## set_singularity_version
docs/primitives.md
@@ -22,11 +22,11 @@ is `docker` (Singularity specific).
22
23
- ___distro__: The underlying Linux distribution of the base image.
24
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.
+`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.
30
31
- ___docker_env__: Boolean specifying whether to load the Docker base
32
image environment, i.e., source
0 commit comments