An open API service indexing awesome lists of open source software.

https://github.com/bugfest/tor-vanguards-docker

Tor Vanguards multi-arch docker image
https://github.com/bugfest/tor-vanguards-docker

anti-dos docker k8s multi-arch tor tor-controller vanguards

Last synced: about 1 month ago
JSON representation

Tor Vanguards multi-arch docker image

Awesome Lists containing this project

README

          

# tor-vanguards-docker

Tor Vanguards multiarch dockerfile

[![Build multiarch image - latest](https://github.com/bugfest/tor-vanguards-docker/actions/workflows/main.yml/badge.svg)](https://github.com/bugfest/tor-vanguards-docker/actions/workflows/main.yml)
[![Build multiarch image - tag](https://github.com/bugfest/tor-vanguards-docker/actions/workflows/main-tag.yml/badge.svg)](https://github.com/bugfest/tor-vanguards-docker/actions/workflows/main-tag.yml)

Tested architectures:
- amd64
- arm
- arm64

This container uses `pypy` when pre-compiled binaries (https://downloads.python.org/pypy/) are available for the target arch.

| Architecture | Python runtime |
|:------------:|:--------------:|
| `amd64` | `pypy3` |
| `arm64` (v8) | `pypy3` |
| `390x` | `pypy3` |
| `arm` (v7) | `python3` |
| other | `python3` |

Used by [bugfest/tor-controller](https://github.com/bugfest/tor-controller)

## How to

```bash
$ make
```