Replies: 2 comments 6 replies
-
The exact "proper" approach depends on what you mean by "hardened Python image": Debian/Ubuntu-based hardened image with apt available → install FFmpeg in the runtime stage. Which hardened base image are you using? (Distroless, Chainguard Python, Docker Hardened Images, Red Hat UBI, etc.) That determines the recommended pattern. |
Beta Was this translation helpful? Give feedback.
-
|
Just an FYI, this repo is for the Docker Official Image version of Python, not the hardened one. Issues for hardened images are tracked in the following repo: https://github.com/docker-hardened-images/catalog |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an image based on the hardened python images
I have the standard 2 stages, build and runtime
I have a runtime dependency on ffmpeg, whats the proper way to get it into my runtime layer?
Beta Was this translation helpful? Give feedback.
All reactions