From 03083f07da0c6f9764b891041a7518d2e0cf4bea Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sun, 11 May 2025 22:07:53 +0200 Subject: [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 --- container/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'container/docker-entrypoint.sh') diff --git a/container/docker-entrypoint.sh b/container/docker-entrypoint.sh index ee14b2f05..c31040f0f 100755 --- a/container/docker-entrypoint.sh +++ b/container/docker-entrypoint.sh @@ -71,6 +71,7 @@ patch_searxng_settings() { "${CONF}" } +# FIXME: Always use "searxng:searxng" ownership update_conf() { FORCE_CONF_UPDATE=$1 CONF="$2" -- cgit v1.2.3