Skip to content

Commit

Permalink
Merge pull request #90 from LaurentGoderre/migrate-php
Browse files Browse the repository at this point in the history
Migrate php and child images to the new build
  • Loading branch information
tianon authored Oct 28, 2024
2 parents 762cadb + 77a4c1d commit 468bf7d
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions doi.jq
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ def repos_anti_subset:
"rocket.chat",
"varnish",

"php", # direct children: backdrop composer drupal friendica joomla matomo mediawiki monica nextcloud phpmyadmin postfixadmin unit wordpress yourls
"friendica",
"joomla",
"matomo",
"mediawiki",
"monica",
"nextcloud",
"phpmyadmin",
"postfixadmin",
"yourls",

empty
]
;
Expand Down Expand Up @@ -147,6 +136,18 @@ def _sbom_subset:
"xwiki",
"znc",
"zookeeper",

# TODO: add these when PHP extensions and PECL packages are supported in Syft
# "friendica",
# "joomla",
# "matomo",
# "mediawiki",
# "monica",
# "nextcloud",
# "phpmyadmin",
# "postfixadmin",
# "yourls",

empty
]
;
Expand Down

0 comments on commit 468bf7d

Please sign in to comment.