Skip to content

Commit

Permalink
docs(readme): bump versions + update image size
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur committed Sep 20, 2022
1 parent a86be1b commit f775840
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🐋 ilshidur/tor-relay

> Lightweight TOR relay image (15.89 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables.
> Lightweight TOR relay image (17.74 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)

Expand Down Expand Up @@ -78,8 +78,8 @@ docker run \

## Versions

* Alpine base image : `3.15` using the Edge Repository.
* Tor : `0.4.7.7-r1` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor))
* Alpine base image : `3.16` using the Edge Repository.
* Tor : `0.4.7.10-r0` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor))

### Docker images versioning

Expand All @@ -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.1`
* e.g.: `ilshidur/tor-relay:2.2`
* `<MAJOR.MINOR>-v<TOR ALPINE PACKAGE VERSION>`
* Having the latest base image version.
* e.g.: `ilshidur/tor-relay:2.1-v0.4.7.7-r1`
* e.g.: `ilshidur/tor-relay:2.2-v0.4.7.10-r0`
* `<MAJOR.MINOR>-ls<BASE IMAGE VERSION>-v<TOR ALPINE PACKAGE VERSION>`
* e.g.: `ilshidur/tor-relay:2.1-ls3.15-v0.4.7.7-r1`
* e.g.: `ilshidur/tor-relay:2.2-ls3.16-v0.4.7.10-r0`

## Configuration

Expand Down

0 comments on commit f775840

Please sign in to comment.