Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ba587b8

Browse files
committed
Added registry #2581
1 parent 64a6268 commit ba587b8

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -1723,6 +1723,17 @@
17231723
"datasourceTemplate": "github-releases",
17241724
"extractVersionTemplate": "^v(?<version>.+?)$"
17251725
},
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+
},
17261737
{
17271738
"fileMatch": [
17281739
"^tools.yaml$"

tools.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -4082,6 +4082,18 @@ tools:
40824082
"${target}/bin/regsync" completion fish >"${target}/share/fish/vendor_completions.d/regsync.fish"
40834083
"${target}/bin/regsync" completion zsh >"${target}/share/zsh/vendor-completions/_regsync"
40844084
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+
40854097
- name: rekor
40864098
version: 0.10.0
40874099
binary: rekor-cli

0 commit comments

Comments
 (0)