mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-22 16:23:51 +02:00
docs(readme): bump versions & update image size
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
|||||||
# 🐋 ilshidur/tor-relay
|
# 🐋 ilshidur/tor-relay
|
||||||
|
|
||||||
> Lightweight TOR relay image (14.23 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables.
|
> Lightweight TOR relay image (14.25 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables.
|
||||||
|
|
||||||
[](https://hub.docker.com/r/ilshidur/tor-relay)
|
[](https://hub.docker.com/r/ilshidur/tor-relay)
|
||||||
|
|
||||||
@@ -79,7 +79,7 @@ docker run \
|
|||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* Alpine base image : `3.17` using the Edge Repository.
|
* Alpine base image : `3.17` using the Edge Repository.
|
||||||
* Tor : `0.4.7.13-r0` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor))
|
* Tor : `0.4.7.13-r1` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor))
|
||||||
|
|
||||||
### Docker images versioning
|
### Docker images versioning
|
||||||
|
|
||||||
@@ -88,12 +88,12 @@ Each build is shipped through 4 identical images with each having a different ve
|
|||||||
* `latest`
|
* `latest`
|
||||||
* `<MAJOR.MINOR>`
|
* `<MAJOR.MINOR>`
|
||||||
* Having the latest base image and tor versions.
|
* Having the latest base image and tor versions.
|
||||||
* e.g.: `ilshidur/tor-relay:2.3`
|
* e.g.: `ilshidur/tor-relay:2.4`
|
||||||
* `<MAJOR.MINOR>-v<TOR ALPINE PACKAGE VERSION>`
|
* `<MAJOR.MINOR>-v<TOR ALPINE PACKAGE VERSION>`
|
||||||
* Having the latest base image version.
|
* Having the latest base image version.
|
||||||
* e.g.: `ilshidur/tor-relay:2.3-v0.4.7.13-r0`
|
* e.g.: `ilshidur/tor-relay:2.4-v0.4.7.13-r1`
|
||||||
* `<MAJOR.MINOR>-ls<BASE IMAGE VERSION>-v<TOR ALPINE PACKAGE VERSION>`
|
* `<MAJOR.MINOR>-ls<BASE IMAGE VERSION>-v<TOR ALPINE PACKAGE VERSION>`
|
||||||
* e.g.: `ilshidur/tor-relay:2.3-ls3.17-v0.4.7.13-r0`
|
* e.g.: `ilshidur/tor-relay:2.4-ls3.17-v0.4.7.13-r1`
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user