Skip to content

fix(ci): Renovate가 docker/cli를 github-tags로 추적#176

Merged
haksungjang merged 1 commit into
mainfrom
fix/renovate-docker-cli-datasource
Jun 23, 2026
Merged

fix(ci): Renovate가 docker/cli를 github-tags로 추적#176
haksungjang merged 1 commit into
mainfrom
fix/renovate-docker-cli-datasource

Conversation

@haksungjang

Copy link
Copy Markdown
Member

dry-run 검증에서 docker/cli만 datasource 조회에 실패했다("Found no results from datasource that look like a version"). docker/cli는 GitHub Releases가 아니라 git 태그(v27.5.1)로 배포하므로 datasource를 github-tags로 바꾼다. extractVersion은 그대로 선행 v를 떼어 ARG 값(27.5.1)과 맞춘다. 나머지 도구(syft·trivy·scanoss·unblob·cdxgen 등)는 dry-run에서 정상 추출됐고 ubi_reader 0.8.13→0.8.14 bump도 미리 잡혔다.

The dry-run logged "Found no results from datasource that look like a version"
for docker/cli: it publishes git tags (v27.5.1), not GitHub Releases, so the
github-releases datasource returned nothing. Switch to github-tags; extractVersion
still strips the leading v to match the bare ARG value.
@haksungjang haksungjang merged commit 97c72fd into main Jun 23, 2026
25 checks passed
@haksungjang haksungjang deleted the fix/renovate-docker-cli-datasource branch June 23, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant