Skip to content

Commit 04233f2

Browse files
Migrate more images to the new build system
1 parent c394a5a commit 04233f2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doi.jq

Lines changed: 16 additions & 16 deletions
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
]
@@ -81,6 +76,7 @@ def _sbom_subset:
8176
"gradle",
8277
"groovy",
8378
"haproxy",
79+
"haskell",
8480
"hitch",
8581
"httpd",
8682
"hylang",
@@ -94,6 +90,7 @@ def _sbom_subset:
9490
"kapacitor",
9591
"kibana",
9692
"kong",
93+
"liquibase",
9794
"logstash",
9895
"mageia",
9996
"mariadb",
@@ -121,6 +118,7 @@ def _sbom_subset:
121118
"python",
122119
"r-base",
123120
"rabbitmq",
121+
"rakudo-star",
124122
"redis",
125123
"registry",
126124
"rethinkdb",
@@ -130,6 +128,7 @@ def _sbom_subset:
130128
"rust",
131129
"sapmachine",
132130
"satosa",
131+
"silverpeas",
133132
"solr",
134133
"sonarqube",
135134
"spark",
@@ -141,6 +140,7 @@ def _sbom_subset:
141140
"tomcat",
142141
"tomee",
143142
"traefik",
143+
"ubuntu",
144144
"websphere-liberty",
145145
"wordpress",
146146
"xwiki",

0 commit comments

Comments
 (0)