sha256:f101477fb520da65bbbceaa7e75353a1e4ffbb2472e61f50e1a594d038baea8a
OS/ARCH
Compressed size
47.38 MB
Last pushed
24 days by hapheus
Type
Image
Manifest digest
sha256:19d293a235e081f8f3e2f23507f5305eb117600431e77f84cb4e5cfc9592a0df
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2LABEL org.opencontainers.image.title=torproxy org.opencontainers.image.description=A minimal HTTP0 B3RUN /bin/sh -c apt-get update20.56 MB4COPY --chmod=755 start.sh /usr/local/bin/start.sh #758 B5COPY --chmod=755 healthcheck.sh /usr/local/bin/healthcheck.sh #587 B6COPY --chmod=755 api.py /usr/local/bin/api.py #2.19 KB7COPY privoxy.config.template /etc/privoxy/config.template # buildkit355 B8COPY torrc /etc/tor/torrc # buildkit379 B9USER torproxy0 B10ENV TORPROXY_LISTEN_ADDRESS=0.0.0.0 TORPROXY_LISTEN_PORT=8118 TORPROXY_API_PORT=8080 TORPROXY_SOCKS_PORT=90500 B11EXPOSE [8080/tcp 8118/tcp 9050/tcp]0 B12HEALTHCHECK {Test:[CMD /usr/local/bin/healthcheck.sh] Interval:30s Timeout:15s0 B13ENTRYPOINT ["/usr/bin/tini" "-g" "--" "/usr/local/bin/start.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'