videostreamer
videostreamer copied to clipboard
Docker image
Can u dockerize this app?
@horgh
I added a Dockerfile. Let me know if you see issues with it!
it turned out to be a very large image(~500mb). Maybe look in the base image will be of scratch or maybe alpine with a fully static binary?
I tried to build a static binary, though not yet successfully.
Right, distroless's would probably be ideal. The problem as you probably found is the ffmpeg libraries. If one can figure out the libraries to copy into the runtime image then it should work, but I'm not sure an easy way to do that. I'd probably accept a PR!