You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)