Skip to content

Commit

Permalink
Migrate rest of images to new build and add sbom for alpine and debian
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Nov 7, 2024
1 parent 468bf7d commit 35762fb
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions doi.jq
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@
# see "Jenkinsfile.meta" for how/why this turns into "subset.txt"
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",

"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",
"nats",
"teamspeak",

"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
"dart",
"rocket.chat",
"varnish",

empty
]
;
Expand All @@ -28,6 +13,7 @@ def _sbom_subset:
# only repositories we have explicitly verified
"aerospike",
"almalinux",
"alpine",
"alt",
"amazoncorretto",
"amazonlinux",
Expand All @@ -47,6 +33,7 @@ def _sbom_subset:
"convertigo",
"couchdb",
"crate",
"debian",
"drupal",
"eclipse-mosquitto",
"eclipse-temurin",
Expand Down Expand Up @@ -148,6 +135,18 @@ def _sbom_subset:
# "postfixadmin",
# "yourls",

# TODO: add these when the golang dependencies are fixed
# "api-firewall",
# "nats",
# "couchbase",

# TODO: add these when sbom scanning issues fixed
# "dart",
# "clearlinux",
# "rocket.chat",
# "teamspeak",
# "varnish",

empty
]
;
Expand Down

0 comments on commit 35762fb

Please sign in to comment.