-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
Dockerfile used to build the AWS Gstreamer KVSSINK element need to use newer ubuntu base image say 20.04
Current base image 18.04 will reach end of standard support by April 2023.
- Use base ubuntu (instead of architecture specific ubuntu)
- Install appropriate cross compile tool chain
- Build the Gstreamer element
- Copy only the relevant binary into a scratch ubuntu image to reduce size to bare minimum.
This process would ensure we are in sync with the process AWS is employing in their SDK repo.
Added value
This would ensure that the application image we build does not carry any known vulnerabilities identified between 18.04 and 20.04 (Ref: https://wiki.ubuntu.com/Releases)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request