[enh] container: use Wolfi OS as base image
Some checks are pending
Documentation / Release (push) Waiting to run
Integration / Python 3.10 (push) Waiting to run
Integration / Python 3.11 (push) Waiting to run
Integration / Python 3.12 (push) Waiting to run
Integration / Python 3.13 (push) Waiting to run
Integration / Python 3.9 (push) Waiting to run
Integration / Theme (push) Waiting to run

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"