Red5 / red5-server

Red5 Server core
Apache License 2.0
3.32k stars 981 forks source link

Official Docker image for Red5 Community version? #345

Open Juansecu opened 6 months ago

Juansecu commented 6 months ago

Issue

Short description

I need to know if there is an official Docker image for the community version of Red5 server.

Environment

[] Operating system and version: [11] Java version: [1.3.25] Red5 version:

Expected behavior

I was expecting to find an official Docker image for the community version of Red5 server, but I had no look.

Actual behavior

I found the following image in Docker Hub, but it seems that it requires an active licence of Red5 PRO, which does not meet my use case.

Steps to reproduce

  1. Go to this link in Docker Hub.
  2. Use the following command to run a Docker container with the image:
docker run -it \
-p 5080:5080/tcp \
--env=TYPE=SINGLE \
--env=LICENSE_KEY=AAAA-BBBB-CCCC-DDDD \
--env=NODE_API_KEY=abc123 \
--env=SSL=false \
--name red5pro-server \
--privileged red5pro/server:12.2.0

Logs

N/A

Juansecu commented 5 months ago

Any response to this issue @mondain, please?

mondain commented 5 months ago

@Juansecu if you want a docker image for Red5 Pro Server, that's available here: https://hub.docker.com/r/red5pro/server For Red5 OpenSource, I'll have to update them as they are quite old.

Juansecu commented 5 months ago

@Juansecu if you want a docker image for Red5 Pro Server, that's available here: https://hub.docker.com/r/red5pro/server For Red5 OpenSource, I'll have to update them as they are quite old.

Yeah, please. I need a Docker image for Red5 OpenSource.

By the way, let me know if you want help in automating the process of delivering Docker Images. I have experience with that.

Juansecu commented 4 months ago

@mondain Sorry for my impatience, but any update on this?

By the way, I forgot to ask you for publishing a Docker image of Red5 server 1.3.25.