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

Merged
merged 1 commit into from
Jul 8, 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,7 +7,6 @@ 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
"alt",
"amazonlinux", # direct children: amazoncorretto swift
"api-firewall",
"centos", # direct children: eclipse-temurin ibm-semeru-runtimes percona swift
Expand All @@ -16,9 +15,6 @@ def repos_anti_subset:
"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",
"nats",
"oraclelinux", # direct children: mysql openjdk percona
"percona",
Expand Down Expand Up @@ -52,7 +48,6 @@ def repos_anti_subset:
"nextcloud",
"rakudo-star",
"silverpeas",
"spark",
"swift",

empty
Expand All @@ -65,6 +60,7 @@ def _sbom_subset:
# only repositories we have explicitly verified
"aerospike",
"almalinux",
"alt",
"amazoncorretto",
"arangodb",
"archlinux",
Expand All @@ -85,6 +81,7 @@ def _sbom_subset:
"eclipse-temurin",
"elasticsearch",
"elixir",
"emqx",
"erlang",
"fedora",
"flink",
Expand All @@ -96,6 +93,7 @@ def _sbom_subset:
"gradle",
"groovy",
"haproxy",
"hitch",
"httpd",
"hylang",
"ibm-semeru-runtimes",
Expand All @@ -109,6 +107,7 @@ def _sbom_subset:
"kibana",
"kong",
"logstash",
"mageia",
"mariadb",
"maven",
"memcached",
Expand Down Expand Up @@ -144,6 +143,7 @@ def _sbom_subset:
"satosa",
"solr",
"sonarqube",
"spark",
"storm",
"telegraf",
"tomcat",
Expand Down