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

Merge new images to the new build #55

Merged
merged 1 commit into from
Jun 21, 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
20 changes: 10 additions & 10 deletions doi.jq
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ def repos_anti_subset:
"centos", # direct children: eclipse-temurin ibm-semeru-runtimes percona swift
"clearlinux",
"clefos",
"crate",
"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",
"emqx",
"hitch",
"mageia",
"mono",
"nats",
"oraclelinux", # direct children: mysql openjdk percona
"percona",
Expand All @@ -40,9 +38,7 @@ def repos_anti_subset:
"znc",
"adminer",
"amazoncorretto", # direct children: jetty maven tomcat
"backdrop",
"buildpack-deps", # direct children: erlang gcc golang haskell haxe influxdb kapacitor node openjdk perl pypy python rakudo-star ruby rust telegraf
"composer", # direct children: drupal
"couchbase",
"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
Expand All @@ -54,16 +50,12 @@ def repos_anti_subset:
"ibmjava", # direct children: maven websphere-liberty
"jetty", # direct children: geonetwork
"joomla",
"kong",
"lightstreamer",
"liquibase",
"matomo",
"mediawiki",
"monica",
"nextcloud",
"node", # direct children: ghost mongo-express unit
"open-liberty",
"orientdb",
"python", # direct children: hylang plone satosa unit
"rakudo-star",
"ros",
Expand All @@ -76,8 +68,6 @@ def repos_anti_subset:
"websphere-liberty",
"convertigo",
"geonetwork",
"maven",
"plone",

empty
]
Expand All @@ -90,6 +80,7 @@ def _sbom_subset:
"aerospike",
"arangodb",
"archlinux",
"backdrop",
"bash",
"bonita",
"buildpack-deps",
Expand All @@ -98,7 +89,9 @@ def _sbom_subset:
"cassandra",
"chronograf",
"clojure",
"composer",
"couchdb",
"crate",
"drupal",
"eclipse-temurin",
"elasticsearch",
Expand All @@ -119,20 +112,27 @@ def _sbom_subset:
"julia",
"kapacitor",
"kibana",
"kong",
"logstash",
"mariadb",
"maven",
"memcached",
"mongo",
"mongo-express",
"mono",
"mysql",
"neo4j",
"neurodebian",
"nginx",
"node",
"odoo",
"openjdk",
"open-liberty",
"orientdb",
"perl",
"photon",
"php",
"plone",
"postgres",
"pypy",
"python",
Expand Down