[enh] container: use Wolfi OS as base image

Wolfi OS images are specifically designed for container use. Using a specially designed base image for containers not only reduces maintenance burdens, but improves overall experience for developers (fewer packages we have to track) and end users (smaller images).

Discussion here: https://github.com/searxng/searxng/issues/4753
This commit is contained in:
Ivan Gabaldon
2025-05-11 22:07:53 +02:00
parent cd64fb966e
commit 03083f07da
2 changed files with 51 additions and 43 deletions

View File

@@ -71,6 +71,7 @@ patch_searxng_settings() {
"${CONF}"
}
# FIXME: Always use "searxng:searxng" ownership
update_conf() {
FORCE_CONF_UPDATE=$1
CONF="$2"