Skip to content

Commit d6fbeb6

Browse files
phracekzmiklank
authored andcommitted
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 <phracek@redhat.com>
1 parent d74fc3a commit d6fbeb6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
extends: "lib/centos-stream.yaml"
2+
3+
os:
4+
name: CentOS Stream
5+
version: 10
6+
arch: x86_64
7+
8+
macros:
9+
libdir: $prefix/lib64
10+
# systemd stuff
11+
unitdir: /usr/lib/systemd/system
12+
userunitdir: /usr/lib/systemd/user
13+
14+
docker:
15+
registry: quay.io/centos
16+
from: centos:stream10-development

0 commit comments

Comments
 (0)