unable to specify the platform for image lookups #32585
Replies: 4 comments 11 replies
-
|
Beta Was this translation helpful? Give feedback.
-
hey @Churro , The digest ending
Sorry if I've misunderstood your explanation |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
It's possible that this is cache-related, but we need a reproduction to start debugging it more |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
So far, its been great so thanks for everything! However I'm running into one small issue around the sha digest being used.
I have Dockerfiles in the following format:
Renovate correctly identifies there's an update for 7.59.0 and pulls the image tag and sha, but its pulling the wrong SHA. The one it appears to get is from:
crane digest datadog/agent:7.59.0
where as I want it to getcrane digest --platform=linux/amd64 datadog/agent:7.59.0
I've tried a few different methods of adding it but can't find anything thats supported outside of using a github runner.
here's the config I'm using
I've tried a couple of different configs such as passing the platform (not supported), including it in the stringTemplate to see if it'll do a lookup that way, but no luck. Any ideas?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions