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 #66

Merged
merged 1 commit into from
Jul 22, 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
10 changes: 5 additions & 5 deletions doi.jq
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ def repos_anti_subset:
# (which is why this is sorted in rough "build order" -- that means we can ~safely "pop" off the bottom)

"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
"amazonlinux", # direct children: amazoncorretto swift
"api-firewall",
"centos", # direct children: eclipse-temurin ibm-semeru-runtimes percona swift
"clearlinux",
"clefos",
"debian", # direct children: adminer 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
"eclipse-mosquitto",
"eggdrop",
"nats",
"oraclelinux", # direct children: mysql openjdk percona
Expand All @@ -24,13 +22,11 @@ def repos_anti_subset:
"postfixadmin",
"rocket.chat",
"sl",
"spiped",
"teamspeak",
"traefik",
"ubuntu", # direct children: buildpack-deps couchbase eclipse-temurin elasticsearch gazebo gradle ibmjava ibm-semeru-runtimes kibana kong logstash mariadb mongo neurodebian odoo php-zendserver rabbitmq ros sapmachine silverpeas swift
"varnish",
"yourls",
"znc",
"adminer",
"buildpack-deps", # direct children: erlang gcc golang haskell haxe influxdb kapacitor node openjdk perl pypy python rakudo-star ruby rust telegraf
"couchbase",
Expand All @@ -48,7 +44,6 @@ def repos_anti_subset:
"nextcloud",
"rakudo-star",
"silverpeas",
"swift",

empty
]
Expand All @@ -62,6 +57,7 @@ def _sbom_subset:
"almalinux",
"alt",
"amazoncorretto",
"amazonlinux",
"arangodb",
"archlinux",
"backdrop",
Expand All @@ -78,6 +74,7 @@ def _sbom_subset:
"couchdb",
"crate",
"drupal",
"eclipse-mosquitto",
"eclipse-temurin",
"elasticsearch",
"elixir",
Expand Down Expand Up @@ -144,13 +141,16 @@ def _sbom_subset:
"solr",
"sonarqube",
"spark",
"spiped",
"storm",
"swift",
"telegraf",
"tomcat",
"tomee",
"websphere-liberty",
"wordpress",
"xwiki",
"znc",
"zookeeper",
empty
]
Expand Down