Unable to update public.ecr.aws image in Dockerfile #33068
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Azure DevOps via custom pipeline with npx. renovate@39.62.6 Please tell us more about your question or problemI am trying to update docker tags in our Dockerfile's for images we are getting from public.ecr.aws.
That does not work, it does not offer any update. I think that is because renovate is not able to cope with the response it gets from AWS. I attached debug logs that contain the response and the parsing error. https://github.com/riksmithns/renovate-33068/ Logs (if relevant)Log snippet original issue
Full logs minimal repro
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
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.
-
you need to play with versioning, the default docker versioning doesn't work for this case |
Beta Was this translation helpful? Give feedback.
you need to play with versioning, the default docker versioning doesn't work for this case