Skip to content

Commit

Permalink
This pull request adds support for CentOS Stream 8
Browse files Browse the repository at this point in the history
Closes: devexp-db#122

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored and praiskup committed Apr 6, 2022
1 parent 09f5985 commit eb77c7a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions distgen/distconf/centos-stream-8-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: 8
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:stream8

0 comments on commit eb77c7a

Please sign in to comment.