-
Hello, I am consulting in a product security team and we are recommending chainguard images. Currently we have an application which needs Java and Python runtimes. I tried using the chainguard java image and using apk to install python, pip and other things needed. Is there any recommendation, blogpost or smt which shows if I am on the right track? Appreciate any anyswers! Btw, I wrote my master thesis on the subject, which eveluates different "distroless" methods. Chainguard stands out! :) https://mwager.de/assets/component_reduction_paper.pdf KR Dockerfile:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That thesis looks great! Thanks for the link. Your Dockerfile looks fine to me. You could also consider starting from cgr.dev/chainguard/wolfi-base and installing both the JRE and python from apk. |
Beta Was this translation helpful? Give feedback.
That thesis looks great! Thanks for the link.
Your Dockerfile looks fine to me. You could also consider starting from cgr.dev/chainguard/wolfi-base and installing both the JRE and python from apk.