Sign inSign up

hapheus/torproxy:v1.0.0

Multi-platform
Networking
Security
Index digest

sha256:a02bb48b6e599649c94e1ecd515359f0d9f04f23ea842d585ed28fdd08168fe7

OS/ARCH

Compressed size

47.77 MB

Last pushed

about 2 months by hapheus

Type

Image

Manifest digest

sha256:70f9fe9d5083fb1406bcb00ed7f6aa159d8bef2982783b8cf90233e53d4d1aac

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2LABEL org.opencontainers.image.title=torproxy org.opencontainers.image.description=A minimal HTTP0 B
3RUN /bin/sh -c apt-get update20.84 MB
4COPY --chmod=755 start.sh /usr/local/bin/start.sh #757 B
5COPY --chmod=755 healthcheck.sh /usr/local/bin/healthcheck.sh #588 B
6COPY --chmod=755 api.py /usr/local/bin/api.py #2.19 KB
7COPY privoxy.config.template /etc/privoxy/config.template # buildkit357 B
8COPY torrc /etc/tor/torrc # buildkit382 B
9USER torproxy0 B
10ENV TORPROXY_LISTEN_ADDRESS=0.0.0.0 TORPROXY_LISTEN_PORT=8118 TORPROXY_API_PORT=8080 TORPROXY_SOCKS_PORT=90500 B
11EXPOSE [8080/tcp 8118/tcp 9050/tcp]0 B
12HEALTHCHECK {Test:[CMD /usr/local/bin/healthcheck.sh] Interval:30s Timeout:15s0 B
13ENTRYPOINT ["/usr/bin/tini" "-g" "--" "/usr/local/bin/start.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'