Skip to content

Commit 3e7349a

Browse files
authored
Merge pull request #47 from LaurentGoderre/migrate-new-build
Migrate more image to the new build and enabled SBOM
2 parents 744a76d + 83bf042 commit 3e7349a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doi.jq

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def repos_anti_subset:
1212
"amazonlinux", # direct children: amazoncorretto swift
1313
"api-firewall",
1414
"arangodb",
15-
"archlinux",
1615
"bonita",
1716
"centos", # direct children: eclipse-temurin ibm-semeru-runtimes percona swift
1817
"clearlinux",
@@ -32,14 +31,12 @@ def repos_anti_subset:
3231
"nats-streaming",
3332
"oraclelinux", # direct children: mysql openjdk percona
3433
"percona",
35-
"photon",
3634
"php", # direct children: backdrop composer drupal friendica joomla matomo mediawiki monica nextcloud phpmyadmin postfixadmin unit wordpress yourls
3735
"php-zendserver",
3836
"phpmyadmin",
3937
"postfixadmin",
4038
"r-base",
4139
"rocket.chat",
42-
"rockylinux",
4340
"sl",
4441
"spiped",
4542
"teamspeak",
@@ -61,7 +58,6 @@ def repos_anti_subset:
6158
"erlang", # direct children: elixir
6259
"friendica",
6360
"gazebo",
64-
"groovy",
6561
"haskell",
6662
"haxe",
6763
"ibm-semeru-runtimes", # direct children: maven open-liberty tomee websphere-liberty
@@ -77,7 +73,6 @@ def repos_anti_subset:
7773
"neurodebian",
7874
"nextcloud",
7975
"node", # direct children: express-gateway ghost mongo-express unit
80-
"odoo",
8176
"open-liberty",
8277
"orientdb",
8378
"python", # direct children: hylang plone satosa unit
@@ -90,9 +85,7 @@ def repos_anti_subset:
9085
"storm",
9186
"swift",
9287
"tomcat", # direct children: convertigo geonetwork xwiki
93-
"tomee",
9488
"websphere-liberty",
95-
"clojure",
9689
"convertigo",
9790
"geonetwork",
9891
"maven",
@@ -106,21 +99,25 @@ def repos_anti_subset:
10699
def _sbom_subset:
107100
[
108101
# only repositories we have explicitly verified
102+
"archlinux",
109103
"bash",
110104
"buildpack-deps",
111105
"busybox",
112106
"caddy",
113107
"cassandra",
114108
"chronograf",
109+
"clojure",
115110
"couchdb",
116111
"drupal",
117112
"eclipse-temurin",
118113
"elasticsearch",
114+
"fedora",
119115
"flink",
120116
"fluentd",
121117
"gcc",
122118
"ghost",
123119
"gradle",
120+
"groovy",
124121
"haproxy",
125122
"httpd",
126123
"hylang",
@@ -137,8 +134,10 @@ def _sbom_subset:
137134
"mysql",
138135
"neo4j",
139136
"nginx",
137+
"odoo",
140138
"openjdk",
141139
"perl",
140+
"photon",
142141
"php",
143142
"postgres",
144143
"pypy",
@@ -147,12 +146,14 @@ def _sbom_subset:
147146
"redis",
148147
"registry",
149148
"rethinkdb",
149+
"rockylinux",
150150
"ruby",
151151
"rust",
152152
"solr",
153153
"sonarqube",
154154
"telegraf",
155155
"tomcat",
156+
"tomee",
156157
"wordpress",
157158
"xwiki",
158159
"zookeeper",

0 commit comments

Comments
 (0)