searxng (latest)
Published 2025-06-22 23:03:05 +02:00 by nfr
Installation
docker pull git.holgersson.xyz/nfr/searxng:latest
sha256:b1c075a362c2a11cfb069988f70a734ff5c49ef66d156e0bb6f56d8b439ac020
About this package
A privacy-respecting, hackable metasearch engine
Image layers
apko |
ARG LABEL_DATE |
ARG GIT_URL LABEL_DATE |
ARG GIT_URL LABEL_DATE SEARXNG_GIT_VERSION |
ARG GIT_URL LABEL_DATE LABEL_VCS_REF SEARXNG_GIT_VERSION |
ARG GIT_URL LABEL_DATE LABEL_VCS_REF LABEL_VCS_URL SEARXNG_GIT_VERSION |
COPY dir:651d281399e0da70635693e82bcf342edbff91c8b3e512c1676997fed8ad8a19 in ./venv/ |
COPY dir:2270de0b9c92e4d2a0e2c5e72ec1e8457767547a2a1ae7e8d0325fd9f06d8301 in ./searx/ |
COPY dir:be86845b9aa805c5f1392531361cd74aa8e735b3a9c332f211577ebd141e87f5 in ./.template/ |
COPY file:833eca85dab13f4fd43f0e1511be6571c2c821af2502f5497240fbbd63f2ac86 in ./entrypoint.sh |
ARG GIT_URL LABEL_DATE LABEL_VCS_REF LABEL_VCS_URL SEARXNG_GIT_VERSION TIMESTAMP_UWSGI |
|6 GIT_URL=https://github.com/searxng/searxng LABEL_DATE=2025-06-22T20:54:00Z LABEL_VCS_REF=58df3e8e9776341279eb58c6766fe7d189a3ee60 LABEL_VCS_URL=https://github.com/searxng/searxng SEARXNG_GIT_VERSION=2024.5.12+60a373ad8 TIMESTAMP_UWSGI=1747734570 /bin/sh -c touch -c --date=@$TIMESTAMP_UWSGI ./.template/uwsgi.ini |
LABEL org.opencontainers.image.authors="searxng <$GIT_URL>" org.opencontainers.image.created="$LABEL_DATE" org.opencontainers.image.description="A privacy-respecting, hackable metasearch engine" org.opencontainers.image.documentation="https://github.com/searxng/searxng-docker" org.opencontainers.image.licenses="AGPL-3.0-or-later" org.opencontainers.image.revision="$LABEL_VCS_REF" org.opencontainers.image.source="$LABEL_VCS_URL" org.opencontainers.image.title="searxng" org.opencontainers.image.url="$LABEL_VCS_URL" org.opencontainers.image.version="$SEARXNG_GIT_VERSION" |
ENV SEARXNG_VERSION="$SEARXNG_GIT_VERSION" INSTANCE_NAME="SearXNG" AUTOCOMPLETE="" BASE_URL="" BIND_ADDRESS="[::]:8080" SEARXNG_SETTINGS_PATH="$CONFIG_PATH/settings.yml" UWSGI_SETTINGS_PATH="$CONFIG_PATH/uwsgi.ini" UWSGI_WORKERS="%k" UWSGI_THREADS="4" |
VOLUME $CONFIG_PATH |
VOLUME $DATA_PATH |
EXPOSE 8080 |
HEALTHCHECK CMD wget --quiet --tries=1 --spider http://localhost:8080/healthz || exit 1 |
ENTRYPOINT ["/usr/local/searxng/entrypoint.sh"] |
Labels
Key | Value |
---|---|
io.buildah.version | 1.39.4 |
org.opencontainers.image.authors | searxng <https://github.com/searxng/searxng> |
org.opencontainers.image.created | 2025-06-22T20:54:00Z |
org.opencontainers.image.description | A privacy-respecting, hackable metasearch engine |
org.opencontainers.image.documentation | https://github.com/searxng/searxng-docker |
org.opencontainers.image.licenses | AGPL-3.0-or-later |
org.opencontainers.image.revision | 58df3e8e9776341279eb58c6766fe7d189a3ee60 |
org.opencontainers.image.source | https://github.com/searxng/searxng |
org.opencontainers.image.title | searxng |
org.opencontainers.image.url | https://github.com/searxng/searxng |
org.opencontainers.image.version | 2024.5.12+60a373ad8 |