Skip to content

Docker image dependencies #2409

Closed Answered by lkingland
jackabouaad asked this question in Q&A
Discussion options

You must be logged in to vote

We do not currently have a way to specify a base image for a Function directly, however that is on the roadmap for the release after next.

For now, you can accomplish this by creating a custom Buildpack which has a Dockerfile for the "run" container with ffmpeg. You can then specify this buildpack be applied in your func.yaml:

buildpacks:
  - [my buildpack]

This feature is a bit complex, and intended to allow for the extensibility of the system to entirely new language runtimes, so check back to see if we've implemented --base-image=[my-image-with-ffmpeg] first!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jackabouaad
Comment options

Answer selected by jackabouaad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants