docs(readme): bump versions & update image size

This commit is contained in:
Ilshidur
2025-02-16 18:23:32 +01:00
parent dcc5bb68db
commit ec107322cc

View File

@@ -1,6 +1,6 @@
# 🐋 ilshidur/tor-relay
> Lightweight TOR relay image (15.04 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables.
> Lightweight TOR relay image (17.41 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)
@@ -78,8 +78,8 @@ docker run \
## Versions
* Alpine base image : `3.18` using the Edge Repository.
* Tor : `0.4.8.10-r0` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor))
* Alpine base image : `3.21` using the Edge Repository.
* Tor : `0.4.8.14-r1` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor))
### Docker images versioning
@@ -88,12 +88,12 @@ Each build is shipped through 4 identical images with each having a different ve
* `latest`
* `<MAJOR.MINOR>`
* Having the latest base image and tor versions.
* e.g.: `ilshidur/tor-relay:2.6`
* e.g.: `ilshidur/tor-relay:2.7`
* `<MAJOR.MINOR>-v<TOR ALPINE PACKAGE VERSION>`
* Having the latest base image version.
* e.g.: `ilshidur/tor-relay:2.6-v0.4.8.10-r0`
* e.g.: `ilshidur/tor-relay:2.7-v0.4.8.14-r1`
* `<MAJOR.MINOR>-ls<BASE IMAGE VERSION>-v<TOR ALPINE PACKAGE VERSION>`
* e.g.: `ilshidur/tor-relay:2.6-ls3.18-v0.4.8.10-r0`
* e.g.: `ilshidur/tor-relay:2.7-ls3.21-v0.4.8.14-r1`
## Configuration