Docker image is huge for gstreamer build-time, seeking better run-time environment

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Docker image is huge for gstreamer build-time, seeking better run-time environment

David Ing
I am studying the build environment for gstreamer 1.16 on fedora 29:  https://gitlab.freedesktop.org/gstreamer/gst-ci/tree/master/docker/fedora 

By the time I finish building gstreamer the docker image is HUGE (measured in gigs).

I would like to create a smaller docker image as a runtime environment (using fedora 29).

My questions are:
  • Has anybody tried this?
  • Does anybody know how the fedora people create their dnf packages for gstreamer runtime?  Where can I see how that is done?

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Docker image is huge for gstreamer build-time, seeking better run-time environment

Nicolas Dufresne-5
Le mardi 26 novembre 2019 à 09:33 -0800, David Ing a écrit :
> I am studying the build environment for gstreamer 1.16 on fedora 29:  https://gitlab.freedesktop.org/gstreamer/gst-ci/tree/master/docker/fedora 
>
> By the time I finish building gstreamer the docker image is HUGE (measured in gigs).
>
> I would like to create a smaller docker image as a runtime environment (using fedora 29).

You can skip the step in prepare.sh where we do "dnf debuginfo-install"
and "dnf builddep". And then you can go over the list, and remove all
build tools (like cmake, clang, gcc, etc).

>
> My questions are:
> Has anybody tried this?
> Does anybody know how the fedora people create their dnf packages for gstreamer runtime?  Where can I see how that is done?
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment