-
Hi, I´m trying to extend the renovate docker image which seems to be based on this repo. I´m trying to follow your examples to add a certificate to NODE_EXTRA_CA_CERTS, which results in:
My dockerfile looks like this:
Looks like it always adds a .new to the file. Don't see any difference to your example (https://github.com/containerbase/base/blob/main/docs/custom-root-ca.md) Any idea how I have to do it correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Renovate defaults to USER 1000, while update certificates needs to be run as root. Try this:
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the quick response, this seems to work. Even if this is off-topic for this question, do you know the right syntax for installing aws-cli 2.11.15 using install-tools? Neither
|
Beta Was this translation helpful? Give feedback.
-
You can only install a tool if support is added in this repo. Otherwise you need to install it through normal means, e.g. apt |
Beta Was this translation helpful? Give feedback.
Renovate defaults to USER 1000, while update certificates needs to be run as root. Try this: