• Joined on 2025-10-29

geo-rankly/browser-fetch (latest)

Published 2026-07-03 21:06:05 +08:00 by root in root/geo

Installation

docker pull hub.offerhunt.cn/root/geo-rankly/browser-fetch:latest
sha256:3ecbcc0c8bafae4f5d60436f80e5cbd428f480634f5cdd969e9ac659b8c1d8d0

Image Layers

# debian.sh --arch 'amd64' out/ 'stable' '@1782172800'
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit
COPY /lightpanda /bin/lightpanda # buildkit
COPY /usr/bin/tini /usr/bin/tini # buildkit
RUN /bin/sh -c groupadd -r lightpanda && useradd -rm -g lightpanda lightpanda # buildkit
USER lightpanda
EXPOSE [9222/tcp]
ENTRYPOINT ["/usr/bin/tini" "--"]
CMD ["/bin/lightpanda" "serve" "--host" "0.0.0.0" "--port" "9222" "--log_level" "info"]
STOPSIGNAL SIGKILL
WORKDIR /app
COPY /bin/browser-fetch /app/service # buildkit
EXPOSE [8082/tcp]
ENTRYPOINT ["/app/service"]
Details
Container
2026-07-03 21:06:05 +08:00
7
OCI / Docker
linux/amd64
73 MiB
Versions (2) View all
4dece0f2 2026-07-03
latest 2026-07-03