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
With tag aarch64-latest-prod I'm getting an error with 3 plugins I am requiring for an application I have written, the errors are:
Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstxvimagesink.so': libXv.so.1: cannot open shared object file: No such file or directory
Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstfluidsynthmidi.so': libfluidsynth.so.3: cannot open shared object file: No such file or directory
Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstqroverlay.so': libqrencode.so.4: cannot open shared object file: No such file or directory
If I use the aarch64-latest-dev tag, it loads as expected.
Do I need to set any specific environment variables for prod images?
I'm building a custom docker image from latest-prod and installing dotnet core. If I use the exact same Dockerfile from my side but change the base image to aarch64-latest-dev then it loads the plugins.
The text was updated successfully, but these errors were encountered:
With tag aarch64-latest-prod I'm getting an error with 3 plugins I am requiring for an application I have written, the errors are:
Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstxvimagesink.so': libXv.so.1: cannot open shared object file: No such file or directory
Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstfluidsynthmidi.so': libfluidsynth.so.3: cannot open shared object file: No such file or directory
Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstqroverlay.so': libqrencode.so.4: cannot open shared object file: No such file or directory
If I use the aarch64-latest-dev tag, it loads as expected.
Do I need to set any specific environment variables for prod images?
I'm building a custom docker image from latest-prod and installing dotnet core. If I use the exact same Dockerfile from my side but change the base image to aarch64-latest-dev then it loads the plugins.
The text was updated successfully, but these errors were encountered: