Skip to content

Commit c2b21f1

Browse files
committed
Update tagging policy
1 parent db7818b commit c2b21f1

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
with:
109109
images: ${{ env.REGISTRY_IMAGE }}
110110
tags: |
111+
${{ env.VERSION }}-alpine
111112
${{ env.VERSION }}
112113
latest
113114

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@
55

66
## Supported tags and respective `Dockerfile` links
77

8-
- [`1.1.15-alpine` (*Dockerfile*)](1.1.15/Dockerfile)
9-
- [`1.1.16-alpine` (*Dockerfile*)](1.1.16/Dockerfile)
10-
- [`1.1.17-alpine` (*Dockerfile*)](1.1.17/Dockerfile)
11-
- [`1.1.18-alpine` (*Dockerfile*)](1.1.18/Dockerfile)
12-
- [`1.1.19.1-alpine` (*Dockerfile*)](1.1.19.1/Dockerfile)
13-
- [`1.1.20.1-alpine` (*Dockerfile*)](1.1.20.1/Dockerfile)
14-
- [`1.1.21.2-alpine` (*Dockerfile*)](1.1.21.2/Dockerfile)
15-
- [`1.1.21.3-alpine`, `latest` (*Dockerfile*)](1.1.21.3/Dockerfile)
16-
17-
See also the [official releases](https://github.com/gearman/gearmand/releases) page.
8+
Only the following version is currently supported and maintained:
9+
10+
- [`1.1.21.3-alpine`, `1.1.21.3`, `latest` (*Dockerfile*)](1.1.21.3/Dockerfile)
11+
12+
This image is built on version [1.1.21] of [gearmand].
13+
14+
[1.1.21]: https://github.com/gearman/gearmand/releases/tag/1.1.21
15+
[gearmand]: https://github.com/gearman/gearmand
16+
17+
> [!WARNING]
18+
> Older releases are no longer maintained and may contain unpatched security
19+
> vulnerabilities and outdated dependencies. While these images remain available
20+
> in the container registry, we strongly discourage their use.
1821
1922
## Supported gearmand backends
2023

0 commit comments

Comments
 (0)