Skip to content

Commit

Permalink
Merge pull request #93 from svengo/feature/no-semantic-versioning
Browse files Browse the repository at this point in the history
Remove semantic versioning
  • Loading branch information
svengo authored Nov 22, 2024
2 parents 4e91d87 + 4670679 commit f9c28c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ jobs:
flavor: |
latest=${{ github.event_name == 'release' && github.event.release.prerelease == false }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
type=match,pattern=^v?((?:\d+\.){3}\d+),group=1 # 0.4.8.13
type=match,pattern=^v?(.*),group=1 # 0.4.8.13-docker.1
type=sha # sha-4e91d87
-
name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,18 @@ Simple Docker container to run a Tor node.
- **Docker Hub**:
[svengo/tor](https://hub.docker.com/r/svengo/tor)

- **GitHub Container registry**:
[svengo/docker-tor](https://github.com/svengo/docker-tor/pkgs/container/tor)

- **Tor project**:
[Tor Project](https://www.torproject.org/)

## Supported tags and corresponding `Dockerfile` links

- [`latest`, `0.4.8.13`](https://github.com/svengo/docker-tor/blob/cb73f2c68feeaa2433026f2d2b00c99caaf11805/Dockerfile)

I will regularly rebuild the image to include updated Alpine packages with important security fixes.
The Docker images are tagged with the full Tor version number. Other versions are not supported.
I will regularly rebuild the image to include updated Alpine packages with security fixes.

## How to use this image

Expand Down

0 comments on commit f9c28c3

Please sign in to comment.