Sign inSign up

rinsecode/tor

By rinsecode

Updated 6 days ago

Tor multiarch dockerfile

Image
0

4.9K

rinsecode/tor repository overview

tor-docker

Build multiarch image - latest Build multiarch image - tag

Tor daemon multiarch container. All depedencie updates are automated. So if a new tor version is released the docker image will be updated and released.

Additional transport plugins included in the image:

  • lyrebird

Tags:

Tags ending with -r* represent immutable releases. Each release with this tag will have a higher version. Tags without -r* will be updated with every release of that version.

Tested architectures:

  • amd64
  • arm
  • arm64

Source code:

Downloads:

Used by:

Tor

Tor is an anonymity network that provides:

  • privacy
  • enhanced tamper proofing
  • freedom from network surveillance
  • NAT traversal

How to

Standard build

Builds Tor from source. Method used to create releases in this repo.

docker buildx build \
    --platform=linux/amd64,linux/arm,linux/arm64 \
    --build-arg TOR_VERSION=0.4.9.8 \
    --tag ghcr.io/rinsecode/tor:0.4.9.8 \
    --tag ghcr.io/rinsecode/tor:latest \
    --squash \
    -f Dockerfile.quick \
    .

Quick build

Installs pre-built Tor from Alpine's repositories. Useful for testing/troubleshooting.

WARNING: some Tor features might be missing, depending on the Alpine community build setup

docker buildx build \
    --platform=linux/amd64,linux/arm,linux/arm64 \
    --build-arg TOR_VERSION=0.4.9.8 \
    --tag ghcr.io/rinsecode/tor:0.4.9.8 \
    --tag ghcr.io/rinsecode/tor:latest \
    --squash \
    -f Dockerfile \
    .

Usage

docker pull rinsecode/tor:0.4.9.8

Tag summary

Content type

Image

Digest

sha256:2203a871f

Size

29.4 MB

Last updated

6 days ago

docker pull rinsecode/tor:0.4.9.8-r12