alpine-tor-for-traefik (sha256:5d616aaac1b822e98afdd3072aad30d74c7e7a6ae55e820c9e32f9841461c087)

Published 2026-05-30 17:01:01 -07:00 by eric in eric/alpine-tor-for-traefik

Installation

docker pull git.pickysysadmin.ca/eric/alpine-tor-for-traefik@sha256:5d616aaac1b822e98afdd3072aad30d74c7e7a6ae55e820c9e32f9841461c087
sha256:5d616aaac1b822e98afdd3072aad30d74c7e7a6ae55e820c9e32f9841461c087

About this package

Tor onion services for Traefik on Alpine Linux

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c addgroup -S -g 101 tor && adduser -S -u 100 -G tor tor # buildkit
RUN /bin/sh -c apk --no-cache add tor torsocks curl bash jq # buildkit
RUN /bin/sh -c cp /etc/tor/torrc.sample /etc/tor/torrc # buildkit
RUN /bin/sh -c mkdir -p /var/lib/tor && chown -R tor:tor /var/lib/tor && chmod 700 /var/lib/tor # buildkit
COPY --chmod=755 entrypoint-wrapper.sh /usr/local/bin/entrypoint-wrapper.sh # buildkit
HEALTHCHECK {Test:[CMD-SHELL if [ "$(torsocks curl -s --max-time 10 'https://check.torproject.org/api/ip' | jq '.IsTor')" = "true" ]; then exit 0; else exit 1; fi] Interval:5m0s Timeout:15s StartPeriod:1m0s StartInterval:10s Retries:3}
LABEL org.opencontainers.image.title=alpine-tor-for-traefik org.opencontainers.image.description=Tor onion services for Traefik on Alpine Linux org.opencontainers.image.licenses=GPL-3.0-only org.opencontainers.image.source=https://git.pickysysadmin.ca/eric/alpine-tor-for-traefik
USER tor
STOPSIGNAL SIGTERM
ENTRYPOINT ["/usr/local/bin/entrypoint-wrapper.sh"]

Labels

Key Value
org.opencontainers.image.description Tor onion services for Traefik on Alpine Linux
org.opencontainers.image.licenses GPL-3.0-only
org.opencontainers.image.source https://git.pickysysadmin.ca/eric/alpine-tor-for-traefik
org.opencontainers.image.title alpine-tor-for-traefik
Details
Container
2026-05-30 17:01:01 -07:00
3
OCI / Docker
linux/amd64
GPL-3.0-only
14 MiB
Versions (9) View all