Results 6 comments of mgrafl

Hi, I ran into a similar use case: When the eureka server is behind a gateway (e.g., zuul reverse proxy), the zuul route prefix is stripped and is put into...

> @darrelmiller , @handrews - if this issue sits for several weeks do we close it with a label (that might indicate some sort of lack of consensus?) > >...

Thanks for the configuration! A small improvement (based on https://wildwolf.name/configure-renovate-update-devcontainer-images/): You can conditionally set the `newDigest` in the "autoReplaceStringTemplate". ```json5 // ... "autoReplaceStringTemplate": "sourceImage = \"{{{depName}}}:{{{newValue}}}@{{#if newDigest}}@{{{newDigest}}}{{/if}}\"", // ... ```

Note: in order to reproduce this bug, ensure that the Docker image being copied from is not locally available: `docker image rm my-registry.example.com/some-image`