This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit ba587b8 1 parent 64a6268 commit ba587b8 Copy full SHA for ba587b8
File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1723
1723
"datasourceTemplate" : " github-releases" ,
1724
1724
"extractVersionTemplate" : " ^v(?<version>.+?)$"
1725
1725
},
1726
+ {
1727
+ "fileMatch" : [
1728
+ " ^tools.yaml$"
1729
+ ],
1730
+ "matchStrings" : [
1731
+ " name: registry\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
1732
+ ],
1733
+ "depNameTemplate" : " distribution/distribution" ,
1734
+ "datasourceTemplate" : " github-releases" ,
1735
+ "extractVersionTemplate" : " ^v(?<version>.+?)$"
1736
+ },
1726
1737
{
1727
1738
"fileMatch" : [
1728
1739
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -4082,6 +4082,18 @@ tools:
4082
4082
"${target}/bin/regsync" completion fish >"${target}/share/fish/vendor_completions.d/regsync.fish"
4083
4083
"${target}/bin/regsync" completion zsh >"${target}/share/zsh/vendor-completions/_regsync"
4084
4084
4085
+ - name : registry
4086
+ version : 2.8.1
4087
+ check : ${binary} --version | cut -d' ' -f3 | cut -d+ -f1 | tr -d v
4088
+ tags :
4089
+ - registry
4090
+ - oci
4091
+ download :
4092
+ - url : https://github.com/distribution/distribution/releases/download/v${version}/registry_${version}_linux_${alt_arch}.tar.gz
4093
+ type : tarball
4094
+ files :
4095
+ - registry
4096
+
4085
4097
- name : rekor
4086
4098
version : 0.10.0
4087
4099
binary : rekor-cli
You can’t perform that action at this time.
0 commit comments