From eb0c8c21dcd849a683a88befde3a95da04f43db2 Mon Sep 17 00:00:00 2001 From: Nadezhda Ryabtsova Date: Sat, 22 Jun 2024 13:43:30 +0300 Subject: [PATCH] v1.2.3 --- Dockerfile | 2 +- README.md | 4 +-- v1.2.3/Dockerfile | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 v1.2.3/Dockerfile diff --git a/Dockerfile b/Dockerfile index 07fd010..4acd193 120000 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -v0.14.3/Dockerfile \ No newline at end of file +v1.2.3/Dockerfile \ No newline at end of file diff --git a/README.md b/README.md index 3bd5379..5384a0a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ## Supported tags and respective `Dockerfile` links -* [`latest`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-ubuntu-24.04/Dockerfile) -* [`v1.2.2`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-ubuntu-24.04/Dockerfile), [`v1.2.2-ubuntu-24.04`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-ubuntu-24.04/Dockerfile), [`v1.2.2-bookworm-slim`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-bookworm-slim/Dockerfile), [`v1.2.2-bookworm`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-bookworm/Dockerfile), [`v1.2.1-bookworm`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.1-bookworm/Dockerfile), [`v1.2.1-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.1-bullseye/Dockerfile), [`v1.2.0-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.0-bullseye/Dockerfile) +* [`latest`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.3/Dockerfile) +* [`v1.2.3`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.3/Dockerfile), [`v1.2.2`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-ubuntu-24.04/Dockerfile), [`v1.2.2-ubuntu-24.04`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-ubuntu-24.04/Dockerfile), [`v1.2.2-bookworm-slim`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-bookworm-slim/Dockerfile), [`v1.2.2-bookworm`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.2-bookworm/Dockerfile), [`v1.2.1-bookworm`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.1-bookworm/Dockerfile), [`v1.2.1-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.1-bullseye/Dockerfile), [`v1.2.0-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.2.0-bullseye/Dockerfile) * [`v1.1.4-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.1.4-bullseye/Dockerfile), [`v1.1.3-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.1.3-bullseye/Dockerfile), [`v1.1.2-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.1.2-bullseye/Dockerfile), [`v1.1.1-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.1.1-bullseye/Dockerfile), [`v1.1.0-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.1.0-bullseye/Dockerfile) * [`v1.0.4-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.0.4-bullseye/Dockerfile), [`v1.0.3-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.0.3-bullseye/Dockerfile), [`v1.0.2-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v1.0.2-bullseye/Dockerfile) * [`v0.14.3`](https://github.com/ladamalina/janus-gateway/blob/master/v0.14.3/Dockerfile), [`v0.14.2-bookworm`](https://github.com/ladamalina/janus-gateway/blob/master/v0.14.2-bookworm/Dockerfile), [`v0.14.1-bookworm`](https://github.com/ladamalina/janus-gateway/blob/master/v0.14.1-bookworm/Dockerfile), [`v0.14.1-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v0.14.1-bullseye/Dockerfile), [`v0.14.0-bullseye`](https://github.com/ladamalina/janus-gateway/blob/master/v0.14.0-bullseye/Dockerfile) diff --git a/v1.2.3/Dockerfile b/v1.2.3/Dockerfile new file mode 100644 index 0000000..0864df2 --- /dev/null +++ b/v1.2.3/Dockerfile @@ -0,0 +1,62 @@ +FROM ubuntu:24.04 + +LABEL maintainer="Nadezhda Ryabtsova " +LABEL description="Provides an image with Janus Gateway" + +RUN echo "MIRRORSITE=http://archive.ubuntu.com/ubuntu" >> /etc/pbuilderrc && \ + apt-get update && \ + apt-get install -y --no-install-recommends \ + git \ + build-essential \ + autoconf \ + automake \ + autotools-dev \ + dh-make \ + debhelper \ + devscripts \ + fakeroot \ + xutils \ + lintian \ + pbuilder \ + libconfig-dev \ + libmicrohttpd-dev \ + libjansson-dev \ + libnice-dev \ + libssl-dev \ + libsrtp2-dev \ + libsofia-sip-ua-dev \ + libglib2.0-dev \ + libopus-dev \ + libogg-dev \ + pkg-config \ + gengetopt \ + libtool \ + automake \ + cmake \ + libmicrohttpd-dev \ + libjansson-dev \ + libcurl4-openssl-dev \ + libglib2.0-dev \ + libssl-dev \ + libopus-dev \ + libavutil-dev \ + libavcodec-dev \ + libavformat-dev \ + libwebsockets-dev \ + liblua5.3-dev \ + libsrtp2-dev && \ + rm -rf /var/lib/apt/lists/* + +RUN mkdir -p /usr/src/janus /var/janus/janus/log /var/janus/janus/data && \ + cd /usr/src/janus && \ + wget -c https://github.com/meetecho/janus-gateway/archive/v1.2.3.tar.gz && \ + tar -xzf v1.2.3.tar.gz && \ + cd janus-gateway-1.2.3 && \ + sh autogen.sh && \ + ./configure --prefix=/var/janus/janus --enable-post-processing --disable-rabbitmq --disable-data-channels --disable-aes-gcm && \ + make && make install && make configs && \ + rm -rf /usr/src/janus + +EXPOSE 8088/tcp 8188/tcp 8188/udp + +CMD ["/var/janus/janus/bin/janus", "--nat-1-1=${DOCKER_IP}"]