From d6fbeb62e368e446aaca2c0a55e02b8d915da908 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 7 Aug 2024 12:49:45 +0200 Subject: [PATCH] Fixes: #141 Add support for CentOS Stream 10. Use stream10-development because stream10 still do not exists. https://quay.io/repository/centos/centos?tab=tags Closes: #141 Signed-off-by: Petr "Stone" Hracek --- distgen/distconf/centos-stream-10-x86_64.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 distgen/distconf/centos-stream-10-x86_64.yaml diff --git a/distgen/distconf/centos-stream-10-x86_64.yaml b/distgen/distconf/centos-stream-10-x86_64.yaml new file mode 100644 index 0000000..55e9ce1 --- /dev/null +++ b/distgen/distconf/centos-stream-10-x86_64.yaml @@ -0,0 +1,16 @@ +extends: "lib/centos-stream.yaml" + +os: + name: CentOS Stream + version: 10 + arch: x86_64 + +macros: + libdir: $prefix/lib64 + # systemd stuff + unitdir: /usr/lib/systemd/system + userunitdir: /usr/lib/systemd/user + +docker: + registry: quay.io/centos + from: centos:stream10-development