diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-11 22:07:53 +0200 |
|---|---|---|
| committer | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-15 22:56:31 +0200 |
| commit | 03083f07da0c6f9764b891041a7518d2e0cf4bea (patch) | |
| tree | b311f0c43b2602b992d9c03212a2a7ddc273b87c /container/docker-entrypoint.sh | |
| parent | cd64fb966e7e9d764e622e42b177a1f13dc65ec0 (diff) | |
[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
Diffstat (limited to 'container/docker-entrypoint.sh')
| -rwxr-xr-x | container/docker-entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |