<div dir="auto">Hi,<div dir="auto">I will try to start from a ROS image and incorporate via an installer or COPY a working instance to the image. </div><div dir="auto"><br></div><div dir="auto">For example here I use a dockerfile for creating a build environment <a href="https://github.com/mvaldina/h264lens/blob/master/Dockerfile">https://github.com/mvaldina/h264lens/blob/master/Dockerfile</a></div><div dir="auto"><br></div><div dir="auto">If there is no installer/package probably i will go for building outside the image and copy inside the docker via COPY or ADD</div><div dir="auto"><br></div><div dir="auto">Best</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 3, 2020, 10:36 jahn <<a href="mailto:jahn.gad@gmail.com">jahn.gad@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Everyone,<br>
<br>
I wrote a small software depending on Gstreamer and ROS. I use srtserversink<br>
and srtclientsrc in my app. Now I'm attempting to containerize my app using<br>
docker. unfortunately, I'm a newbie to docker so please excuse my stupid<br>
questions if they are.<br>
is there some way to deploy my image based on both of them? <br>
is there a docker image that has both of those things to use directly?<br>
how to deploy a docker image that has both? should I use ROS as base and<br>
build gstreamer 1.17 for example over it?<br>
I tried the third option but building the whole gstreamer is hard and the<br>
result is a huge image (although it was broken) so if this is the only<br>
option.<br>
How to know which libraries and dependencies should I include in my image to<br>
reduce the size?<br>
<br>
Thanks in advance<br>
Jahn<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>