Skip to content

Commit a7324fa

Browse files
authored
chore(dockerfile): update tagfilter for jenkins/ssh-agent to enforce versioning (#1138)
1 parent dab30cf commit a7324fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

updatecli/updatecli.d/ssh-agent.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ sources:
1919
kind: dockerimage
2020
spec:
2121
image: jenkins/ssh-agent
22-
tagfilter: ^\d*(\.\d*){2}$
22+
# Use \d+ to ensure major, minor, patch are present
23+
tagfilter: ^\d+\.\d+\.\d+-jdk21$
2324
versionfilter:
2425
kind: semver
25-
pattern: '>=5.20.0'
26+
pattern: '>=0.0.0-0'
2627

2728
targets:
2829
jenkins/python-agent:

0 commit comments

Comments
 (0)