File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed
Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 11~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
3+ New in 2.1:
4+
5+ * Added support for RHEL 10
6+
7+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8+
39New in 2.0:
410
511* Complete rewrite of buildsystem to use pyproject.toml
Original file line number Diff line number Diff line change 1+ extends : " rhel-7-x86_64.yaml"
2+
3+ os :
4+ version : 10
5+
6+ docker :
7+ from : rhel10
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ fedora-22-x86_64
33rhel-7-x86_64
44rhel-8-x86_64
55rhel-9-x86_64
6+ rhel-10-x86_64
Original file line number Diff line number Diff line change @@ -46,3 +46,12 @@ MAINTAINER unknown <unknown@unknown.com>
4646ENV container="docker"
4747
4848CMD ["container-start"]
49+
50+ === rhel-10-x86_64 ===
51+
52+ FROM registry.access.redhat.com/rhel10
53+ MAINTAINER unknown <unknown@unknown.com>
54+
55+ ENV container="docker"
56+
57+ CMD ["container-start"]
You can’t perform that action at this time.
0 commit comments