From 0966d4483141e1536ec558043142f4cd87a9faf6 Mon Sep 17 00:00:00 2001 From: Sven Gottwald <2502366+svengo@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:11:07 +0100 Subject: [PATCH 1/3] Generate additional version tag Release `v1.2.3-4` generates docker tags `1.2.3` and `1.2.3-4` --- .github/workflows/publish-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 080eb77..47c81b8 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -43,6 +43,7 @@ jobs: flavor: | latest=${{ github.event_name == 'release' && github.event.release.prerelease == false }} tags: | + type=match,pattern=v(\d+\.\d+\.\d+),group=1 type=match,pattern=v(.*),group=1 type=sha - From 3a6d6b7512f84bc3fab68b4d7c12fa598a33adae Mon Sep 17 00:00:00 2001 From: Sven Gottwald <2502366+svengo@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:15:58 +0100 Subject: [PATCH 2/3] Update publish-docker.yml --- .github/workflows/publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 47c81b8..1ee85f1 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -43,7 +43,7 @@ jobs: flavor: | latest=${{ github.event_name == 'release' && github.event.release.prerelease == false }} tags: | - type=match,pattern=v(\d+\.\d+\.\d+),group=1 + type=match,pattern=v([\d.]+),group=1 type=match,pattern=v(.*),group=1 type=sha - From d1f9f82327b2dfe11a02ac27ba4b6585c981a904 Mon Sep 17 00:00:00 2001 From: Sven Gottwald <2502366+svengo@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:17:26 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d292549..23051e4 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Simple docker container for running a tor node. # Supported tags and respective `Dockerfile` links -* [`latest`](https://github.com/svengo/docker-tor/blob/963f6207aafb0172affe23fd8925686eec2136bb/Dockerfile) +* [`latest`, `0.4.8.10`](https://github.com/svengo/docker-tor/blob/963f6207aafb0172affe23fd8925686eec2136bb/Dockerfile) -Currently only the `latest` tag is supported. I will be rebuilding the image on a regular basis to include updated alpine packages with important security fixes. +I will be rebuilding the image on a regular basis to include updated alpine packages with important security fixes. # How to use this image