Skip to content

Commit df47e15

Browse files
martinpittyselkowitz
authored andcommitted
sst-cockpit: Drop cockpit-ostree for RHEL ≥ 11
RHEL 4 Edge was only a RHEL 9 thing, and does not exist in RHEL 10 any more. This extension is undermaintained, seems to have no significant user base, and does not make much sense with bootc images. So drop it for RHEL ≥ 11.
1 parent 018fd08 commit df47e15

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
document: feedback-pipeline-workload
2+
version: 1
3+
data:
4+
name: Web Console (Cockpit)
5+
description: Cockpit basic packages
6+
maintainer: rhel-sst-cockpit
7+
labels:
8+
- c10s
9+
packages:
10+
# meta-package for the basic stuff (web server, bridge, core pages)
11+
- cockpit
12+
# recommended packages from cockpit metapackage
13+
- cockpit-packagekit
14+
- cockpit-storaged
15+
- cockpit-doc
16+
# RHEL 4 Edge image management
17+
- cockpit-ostree
18+
# extensions maintained by Cockpit team
19+
- cockpit-files
20+
arch_packages:
21+
aarch64:
22+
# extensions maintained by Cockpit team
23+
- cockpit-machines
24+
s390x:
25+
# extensions maintained by Cockpit team
26+
- cockpit-machines
27+
x86_64:
28+
# extensions maintained by Cockpit team
29+
- cockpit-machines

configs/rhel-sst-cockpit--web-console.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ data:
66
maintainer: rhel-sst-cockpit
77
labels:
88
- eln
9-
- c10s
109
packages:
1110
# meta-package for the basic stuff (web server, bridge, core pages)
1211
- cockpit
1312
# recommended packages from cockpit metapackage
1413
- cockpit-packagekit
1514
- cockpit-storaged
1615
- cockpit-doc
17-
# RHEL 4 Edge image management
18-
- cockpit-ostree
1916
# extensions maintained by Cockpit team
2017
- cockpit-files
2118
arch_packages:

0 commit comments

Comments
 (0)