From adfac89c36532fb808f7115b84d6f6c007a75166 Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Mon, 21 Mar 2022 19:17:28 +0100 Subject: [PATCH] docs(readme): image size update, versioning notes, todos --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0236a6..4200ec0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🐋 ilshidur/tor-relay -> Lightweight TOR relay image (13.37 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables. +> Lightweight TOR relay image (15.89 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables. [![dockeri.co](https://dockeri.co/image/ilshidur/tor-relay)](https://hub.docker.com/r/ilshidur/tor-relay) @@ -76,6 +76,25 @@ docker run \ ilshidur/tor-relay ``` +## Versions + +* Alpine base image : `3.15` using the Edge Repository. +* Tor : `0.4.6.10-r0` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor)) + +### Docker images versioning + +Each build is shipped through 4 identical images with each having a different version : + +* `latest` +* `` + * Having the latest base image and tor versions. + * e.g.: `ilshidur/tor-relay:2.0` +* `-v` + * Having the latest base image version. + * e.g.: `ilshidur/tor-relay:2.0-v0.4.6.10-r0` +* `-ls-v` + * e.g.: `ilshidur/tor-relay:2.0-ls3.15-v0.4.6.10-r0` + ## Configuration The configuration is stored in a `/etc/tor/torrc` file. @@ -87,7 +106,8 @@ Everyline can be changed using environment variables as described below : ## TODO -* Auto push to the Docker hub on commit. +* Auto push to the Docker hub on push. +* Add ARM support. ## License