diff mbox series

[v2,05/18] tools/build-docs-container: add CentOS 10 support

Message ID 20260424-third-release-notes-6-0-v2-5-4feacf138e13@bootlin.com
State Under Review
Headers show
Series Updates for upcoming Wrynose release (2) | expand

Commit Message

Antonin Godard April 24, 2026, 8:28 a.m. UTC
No issue building the documentation, and including the packages from the
essential list (INCLUDE_ESSENTIAL_PACKAGES=1).

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/tools/build-docs-container | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/tools/build-docs-container b/documentation/tools/build-docs-container
index ab8314901..37d3d2bb6 100755
--- a/documentation/tools/build-docs-container
+++ b/documentation/tools/build-docs-container
@@ -36,6 +36,7 @@  $0 OCI_IMAGE [make arguments...]
      - almalinux:8
      - almalinux:9
      - centos:stream9
+     - centos:stream10
      - debian:12
      - debian:13
      - fedora:42
@@ -98,7 +99,8 @@  main ()
       docs_pdf=tlmgr_docs_pdf.sh
       pip3=pip3_docs.sh
       ;;
-    "centos:stream9"*)
+    "centos:stream9"*|\
+    "centos:stream10"*)
       containerfile=Containerfile.stream
       essential=centosstream_essential.sh
       docs=centosstream_docs.sh