Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate more images to the new build system #78

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions doi.jq
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,29 @@ def repos_anti_subset:
[
# as we remove items from this list, we need to be careful that none of their *children* are still in the list
# (which is why this is sorted in rough "build order" -- that means we can ~safely "pop" off the bottom)
"clearlinux",
"couchbase",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why move these up?


"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
"api-firewall",
"clearlinux",
"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
"nats",
"php", # direct children: backdrop composer drupal friendica joomla matomo mediawiki monica nextcloud phpmyadmin postfixadmin unit wordpress yourls
"phpmyadmin",
"postfixadmin",
"rocket.chat",
"teamspeak",
"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
"varnish",
"yourls",
"buildpack-deps", # direct children: erlang gcc golang haskell haxe influxdb kapacitor node openjdk perl pypy python rakudo-star ruby rust telegraf
"couchbase",

"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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an intent to the reordering?

"dart",
"eclipse-temurin", # direct children: cassandra clojure flink gradle groovy jetty jruby lightstreamer liquibase maven neo4j orientdb solr sonarqube spark storm tomcat tomee unit zookeeper
"rocket.chat",
"varnish",

"php", # direct children: backdrop composer drupal friendica joomla matomo mediawiki monica nextcloud phpmyadmin postfixadmin unit wordpress yourls
"friendica",
"haskell",
"joomla",
"liquibase",
"matomo",
"mediawiki",
"monica",
"nextcloud",
"rakudo-star",
"silverpeas",
"phpmyadmin",
"postfixadmin",
"yourls",

empty
]
Expand Down Expand Up @@ -81,6 +76,7 @@ def _sbom_subset:
"gradle",
"groovy",
"haproxy",
"haskell",
"hitch",
"httpd",
"hylang",
Expand All @@ -94,6 +90,7 @@ def _sbom_subset:
"kapacitor",
"kibana",
"kong",
"liquibase",
"logstash",
"mageia",
"mariadb",
Expand Down Expand Up @@ -121,6 +118,7 @@ def _sbom_subset:
"python",
"r-base",
"rabbitmq",
"rakudo-star",
"redis",
"registry",
"rethinkdb",
Expand All @@ -130,6 +128,7 @@ def _sbom_subset:
"rust",
"sapmachine",
"satosa",
"silverpeas",
"solr",
"sonarqube",
"spark",
Expand All @@ -141,6 +140,7 @@ def _sbom_subset:
"tomcat",
"tomee",
"traefik",
"ubuntu",
"websphere-liberty",
"wordpress",
"xwiki",
Expand Down