I am using Bitbucket Cloud in conjunction with Renovate Bot to manage dependencies. In my repos I use the sonarcloud-quality-gate pipe.
Recently, Renovate proposed an update to version 0.2.0
of the sonarcloud-quality-gate
pipe image, because the Git repository for sonarcloud-quality-gate
has been updated and a new tag (0.2.0
) was created. Link: sonarcloud-quality-gate - tag 0.2.0
Usually, the creation of a new tag in the Git repository is accompanied by the release of a corresponding Docker image with the same version tag. However, in this case, no 0.2.0
image has been published to Docker Hub. This discrepancy results in Renovate proposing an update to a non-existent Docker image, which could cause builds or pipelines to fail if the update is applied.