Skip to content

Commit

Permalink
Fixes: #141 Add support for CentOS Stream 10.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
phracek authored and zmiklank committed Aug 13, 2024
1 parent d74fc3a commit d6fbeb6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions distgen/distconf/centos-stream-10-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d6fbeb6

Please sign in to comment.