chore(deps): update quay.io/konflux-ci/release-service-utils docker digest#1903
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
d97181e to
ecb1c10
Compare
ecb1c10 to
2159e7c
Compare
|
@seanconroy2021 this PR isn't even updating the utils image to the same image. For example, if I click the files changed tab, I see two different refs within the first file. Is that expected? |
2159e7c to
4a33db7
Compare
Looks like each utils image reference is treated as its own dependency, so Mint is updating them independently, which doesn't seem the best. We should be able to group them so we can update all of them with one digest. Will take a look. |
great, thank you |
30e8b3a to
aa03964
Compare
I can't seem to find any Renovate config to force all digest refs to update to the same target digest using the Tekton manager. Maybe @lubomir might have some ideas? |
|
Did you mean to ping someone else, @seanconroy2021 ? I have no idea about any of this. |
Yeah sorry wrong person :( |
|
Checking the digests, my guess is that if an image was specified via single arch digest, renovate will propose an update to a newer single arch, and likewise for multiarch. I don't know the reason for specifying a specific arch to run certain steps, but if the reason is legitimate then the behavior seems correct to me. If there is no good reason for this then I suggest specifying multiarch digest for all tasks and all images will be updated to the same digest in the future. |
I would think we should be using the same arch setting imageRef for all of our tasks. So what do we do with this PR? |
|
We can request a rebase after we've unified the digests. Or I think it should be safe to merge it as-is, if we want to update the image asap. |
aa03964 to
6088499
Compare
From what I know we don't release single-arch images it's grouped as multi-arch when pushed to Quay. Unless Renovate is handling this differently than expected. If these tasks were single-arch digest, they probably would fail when run locally on Kind for ARM64 (MAC) which they don't. So there might be something else going on here? |
6088499 to
b632f86
Compare
Yeah I have no idea, but I'm moving this to draft. The images aren't consistent and the unit tests are failing anyways |
b632f86 to
2019473
Compare
e2ef423 to
ba7806e
Compare
fc77337 to
2d1e174
Compare
7d85749 to
8120132
Compare
e33fb5b to
83c30d4
Compare
6a5607a to
c28d203
Compare
6bb7abb to
a76ff32
Compare
…igest Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
This PR contains the following updates:
5546fa7→ab082975546fa7→ab08297Configuration
📅 Schedule: (UTC)
* 0-4 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.