searxng (staging-searxng)
Published 2024-05-11 12:33:06 -04:00 by colin
Installation
docker pull git.nixc.us/colin/searxng:staging-searxng
sha256:49235d077e65814a4587d9527825efae4f552288c4eb930f17e307fbd70f8698
Image Layers
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
CMD ["/bin/sh"] |
ENTRYPOINT ["/sbin/tini" "--" "/usr/local/searxng/dockerfiles/docker-entrypoint.sh"] |
EXPOSE map[8080/tcp:{}] |
VOLUME [/etc/searxng] |
ARG SEARXNG_GID=977 |
ARG SEARXNG_UID=977 |
RUN |2 SEARXNG_GID=977 SEARXNG_UID=977 /bin/sh -c addgroup -g ${SEARXNG_GID} searxng && adduser -u ${SEARXNG_UID} -D -h /usr/local/searxng -s /bin/sh -G searxng searxng # buildkit |
ENV INSTANCE_NAME=searxng AUTOCOMPLETE= BASE_URL= MORTY_KEY= MORTY_URL= SEARXNG_SETTINGS_PATH=/etc/searxng/settings.yml UWSGI_SETTINGS_PATH=/etc/searxng/uwsgi.ini UWSGI_WORKERS=%k UWSGI_THREADS=4 |
WORKDIR /usr/local/searxng |
COPY requirements.txt ./requirements.txt # buildkit |
RUN |2 SEARXNG_GID=977 SEARXNG_UID=977 /bin/sh -c apk add --no-cache -t build-dependencies build-base py3-setuptools python3-dev libffi-dev libxslt-dev libxml2-dev openssl-dev tar git && apk add --no-cache ca-certificates su-exec python3 py3-pip libxml2 libxslt openssl tini uwsgi uwsgi-python3 brotli && pip3 install --break-system-packages --no-cache -r requirements.txt && apk del build-dependencies && rm -rf /root/.cache # buildkit |
COPY --chown=searxng:searxng dockerfiles ./dockerfiles # buildkit |
COPY --chown=searxng:searxng searx ./searx # buildkit |
ARG TIMESTAMP_SETTINGS=0 |
ARG TIMESTAMP_UWSGI=0 |
ARG VERSION_GITCOMMIT=unknown |
RUN |5 SEARXNG_GID=977 SEARXNG_UID=977 TIMESTAMP_SETTINGS=1715268555 TIMESTAMP_UWSGI=1714167749 VERSION_GITCOMMIT=ffb1001f8 /bin/sh -c su searxng -c "/usr/bin/python3 -m compileall -q searx" && touch -c --date=@${TIMESTAMP_SETTINGS} searx/settings.yml && touch -c --date=@${TIMESTAMP_UWSGI} dockerfiles/uwsgi.ini && find /usr/local/searxng/searx/static -a \( -name '*.html' -o -name '*.css' -o -name '*.js' -o -name '*.svg' -o -name '*.ttf' -o -name '*.eot' \) -type f -exec gzip -9 -k {} \+ -exec brotli --best {} \+ # buildkit |
ARG LABEL_DATE= |
ARG GIT_URL=unknown |
ARG SEARXNG_GIT_VERSION=unknown |
ARG SEARXNG_DOCKER_TAG=unknown |
ARG LABEL_VCS_REF= |
ARG LABEL_VCS_URL= |
LABEL maintainer=searxng <https://github.com/searxng/searxng> description=A privacy-respecting, hackable metasearch engine. version=2024.5.10+ffb1001f8 org.label-schema.schema-version=1.0 org.label-schema.name=searxng org.label-schema.version=2024.5.10+ffb1001f8 org.label-schema.url=https://github.com/searxng/searxng org.label-schema.vcs-ref=ffb1001f803359a590bbbaf62da6b1fa1456ed16 org.label-schema.vcs-url=https://github.com/searxng/searxng org.label-schema.build-date=2024-05-10T14:08:37Z org.label-schema.usage=https://github.com/searxng/searxng-docker org.opencontainers.image.title=searxng org.opencontainers.image.version=2024.5.10-ffb1001f8 org.opencontainers.image.url=https://github.com/searxng/searxng org.opencontainers.image.revision=ffb1001f803359a590bbbaf62da6b1fa1456ed16 org.opencontainers.image.source=https://github.com/searxng/searxng org.opencontainers.image.created=2024-05-10T14:08:37Z org.opencontainers.image.documentation=https://github.com/searxng/searxng-docker |
Labels
Key | Value |
---|---|
com.docker.compose.project | searxng |
com.docker.compose.service | searxng |
com.docker.compose.version | 2.27.0 |
description | A privacy-respecting, hackable metasearch engine. |
maintainer | searxng <https://github.com/searxng/searxng> |
org.label-schema.build-date | 2024-05-10T14:08:37Z |
org.label-schema.name | searxng |
org.label-schema.schema-version | 1.0 |
org.label-schema.url | https://github.com/searxng/searxng |
org.label-schema.usage | https://github.com/searxng/searxng-docker |
org.label-schema.vcs-ref | ffb1001f803359a590bbbaf62da6b1fa1456ed16 |
org.label-schema.vcs-url | https://github.com/searxng/searxng |
org.label-schema.version | 2024.5.10+ffb1001f8 |
org.opencontainers.image.created | 2024-05-10T14:08:37Z |
org.opencontainers.image.documentation | https://github.com/searxng/searxng-docker |
org.opencontainers.image.revision | ffb1001f803359a590bbbaf62da6b1fa1456ed16 |
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.10-ffb1001f8 |
version | 2024.5.10+ffb1001f8 |
Details
2024-05-11 12:33:06 -04:00
Versions (4)
View all
Container
9
OCI / Docker
linux/amd64
65 MiB
production-redis
2024-05-11
production-searxng
2024-05-11
staging-searxng
2024-05-11
staging-redis
2024-05-11