fix(ci): Renovate가 docker/cli를 github-tags로 추적#176
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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도 미리 잡혔다.