Block a user
Installation
docker pull hub.offerhunt.cn/root/geo-rankly/browser-fetch:latestsha256: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"] |