Skip to content

Commit 762cadb

Browse files
authored
Merge pull request #78 from LaurentGoderre/migrate-new-build-2
Migrate more images to the new build system
2 parents 0b7aef3 + 04233f2 commit 762cadb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doi.jq

+16-16
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,29 @@ def repos_anti_subset:
55
[
66
# as we remove items from this list, we need to be careful that none of their *children* are still in the list
77
# (which is why this is sorted in rough "build order" -- that means we can ~safely "pop" off the bottom)
8+
"clearlinux",
9+
"couchbase",
810

911
"alpine", # direct children: amazoncorretto amazonlinux api-firewall arangodb archlinux bash bonita caddy chronograf docker eclipse-mosquitto eclipse-temurin eggdrop erlang fluentd golang haproxy haxe httpd influxdb irssi julia kapacitor kong liquibase memcached nats nats-streaming nginx node notary php postgres python rabbitmq rakudo-star redis registry ruby rust spiped teamspeak telegraf traefik varnish znc
1012
"api-firewall",
11-
"clearlinux",
12-
"debian", # direct children: aerospike buildpack-deps chronograf clojure couchdb dart emqx erlang haproxy haskell hitch httpd influxdb irssi julia maven memcached mono mysql neo4j neurodebian nginx node odoo openjdk perl php postgres pypy python r-base redis rethinkdb rocket.chat ruby rust spiped swipl unit varnish
1313
"nats",
14-
"php", # direct children: backdrop composer drupal friendica joomla matomo mediawiki monica nextcloud phpmyadmin postfixadmin unit wordpress yourls
15-
"phpmyadmin",
16-
"postfixadmin",
17-
"rocket.chat",
1814
"teamspeak",
19-
"ubuntu", # direct children: buildpack-deps couchbase eclipse-temurin elasticsearch gazebo gradle ibmjava ibm-semeru-runtimes kibana kong logstash mariadb mongo neurodebian odoo rabbitmq ros sapmachine silverpeas swift
20-
"varnish",
21-
"yourls",
22-
"buildpack-deps", # direct children: erlang gcc golang haskell haxe influxdb kapacitor node openjdk perl pypy python rakudo-star ruby rust telegraf
23-
"couchbase",
15+
16+
"debian", # direct children: aerospike buildpack-deps chronograf clojure couchdb dart emqx erlang haproxy haskell hitch httpd influxdb irssi julia maven memcached mono mysql neo4j neurodebian nginx node odoo openjdk perl php postgres pypy python r-base redis rethinkdb rocket.chat ruby rust spiped swipl unit varnish
2417
"dart",
25-
"eclipse-temurin", # direct children: cassandra clojure flink gradle groovy jetty jruby lightstreamer liquibase maven neo4j orientdb solr sonarqube spark storm tomcat tomee unit zookeeper
18+
"rocket.chat",
19+
"varnish",
20+
21+
"php", # direct children: backdrop composer drupal friendica joomla matomo mediawiki monica nextcloud phpmyadmin postfixadmin unit wordpress yourls
2622
"friendica",
27-
"haskell",
2823
"joomla",
29-
"liquibase",
3024
"matomo",
3125
"mediawiki",
3226
"monica",
3327
"nextcloud",
34-
"rakudo-star",
35-
"silverpeas",
28+
"phpmyadmin",
29+
"postfixadmin",
30+
"yourls",
3631

3732
empty
3833
]
@@ -82,6 +77,7 @@ def _sbom_subset:
8277
"gradle",
8378
"groovy",
8479
"haproxy",
80+
"haskell",
8581
"hitch",
8682
"httpd",
8783
"hylang",
@@ -95,6 +91,7 @@ def _sbom_subset:
9591
"kapacitor",
9692
"kibana",
9793
"kong",
94+
"liquibase",
9895
"logstash",
9996
"mageia",
10097
"mariadb",
@@ -122,6 +119,7 @@ def _sbom_subset:
122119
"python",
123120
"r-base",
124121
"rabbitmq",
122+
"rakudo-star",
125123
"redis",
126124
"registry",
127125
"rethinkdb",
@@ -131,6 +129,7 @@ def _sbom_subset:
131129
"rust",
132130
"sapmachine",
133131
"satosa",
132+
"silverpeas",
134133
"solr",
135134
"sonarqube",
136135
"spark",
@@ -142,6 +141,7 @@ def _sbom_subset:
142141
"tomcat",
143142
"tomee",
144143
"traefik",
144+
"ubuntu",
145145
"websphere-liberty",
146146
"wordpress",
147147
"xwiki",

0 commit comments

Comments
 (0)