This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 8c47ebc 1 parent d9b33fb commit 8c47ebc Copy full SHA for 8c47ebc
File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1932
1932
"datasourceTemplate" : " github-releases" ,
1933
1933
"extractVersionTemplate" : " ^v(?<version>.+?)$"
1934
1934
},
1935
+ {
1936
+ "fileMatch" : [
1937
+ " ^tools.yaml$"
1938
+ ],
1939
+ "matchStrings" : [
1940
+ " name: tini\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
1941
+ ],
1942
+ "depNameTemplate" : " krallin/tini" ,
1943
+ "datasourceTemplate" : " github-releases" ,
1944
+ "extractVersionTemplate" : " ^v(?<version>.+?)$"
1945
+ },
1935
1946
{
1936
1947
"fileMatch" : [
1937
1948
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -4447,6 +4447,15 @@ tools:
4447
4447
mv "${target}/share/${name}.fish" "${target}/share/fish/vendor_completions.d/${name}.fish"
4448
4448
mv "${target}/share/_${name}" "${target}/share/zsh/vendor-completions/_${name}"
4449
4449
4450
+ - name : tini
4451
+ version : 0.19.0
4452
+ check : ${binary} --version | cut -d' ' -f3
4453
+ tags :
4454
+ - init
4455
+ download :
4456
+ - url : https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64
4457
+ type : executable
4458
+
4450
4459
- name : trivy
4451
4460
version : 0.30.4
4452
4461
check : ${binary} --version | cut -d' ' -f2
You can’t perform that action at this time.
0 commit comments