Use ubuntu LTS base images? #8642
Replies: 3 comments 10 replies
-
When you say "they can still pull security patches in," do you mean they can re-build the image (which installs security patches) and deploy that new image? I feel like if they're going to that trouble, they could just modify the Dockerfile to point to LTS instead of latest. But I'm not opposed to the change, if it makes life easier for people! I'm not aware of any reason Argo CD must run on the latest version instead of LTS. |
Beta Was this translation helpful? Give feedback.
-
Better to not use ubunut at all. Use distroless and reduce the risk to zero |
Beta Was this translation helpful? Give feedback.
-
Hi. Thanks. |
Beta Was this translation helpful? Give feedback.
-
It appears that currently, the argocd image is based on whatever the latest ubuntu docker image available may be. This is a good practice in a perfect world where everything is continuously deployed. Sadly we live in a far from perfect world. Wouldn't it be a better idea to build the argocd image based on an Ubuntu LTS container so that if someone has to pin to an older version, they can still pull security patches in?
I'd be happy to submit a PR with this change but I don't want to step on any toes.
Beta Was this translation helpful? Give feedback.
All reactions