nginx_rtmp (20231224-1.25.3)
Published 2023-12-24 02:27:38 +00:00 by hygienic-books
Installation
docker pull quico.space:443/quico-containers/nginx_rtmp:20231224-1.25.3
sha256:708d30897b65fb64f131555f0e658cbb98180f8f555628229c73f27329f554bd
Image Layers
ADD file:1f4eb46669b5b6275af19eb7471a6899a61c276aa7d925b8ae99310b14b75b92 in / |
CMD ["/bin/sh"] |
ARG NGINX_RTMP_VERSION |
ARG NGINX_RTMP_GIT_URL |
ARG NGINX_RTMP_GIT_NAME |
RUN |3 NGINX_RTMP_VERSION=1.25.3 NGINX_RTMP_GIT_URL=https://github.com/arut/nginx-rtmp-module NGINX_RTMP_GIT_NAME=nginx-rtmp-module /bin/sh -c apk add --no-cache linux-headers alpine-sdk jq perl ffmpeg && curl --location 'http://nginx.org/download/nginx-'"${NGINX_RTMP_VERSION}"'.tar.gz' --output '/tmp/nginx.tar.gz' && curl --location "$(curl --silent --location 'https://api.github.com/repos/openssl/openssl/releases/latest' | jq --raw-output '.assets[] | select(.content_type=="application/gzip") | .browser_download_url')" --output '/tmp/openssl.tar.gz' && curl --location "$(curl --silent --location 'https://api.github.com/repos/PCRE2Project/pcre2/releases/latest' | jq --raw-output '.assets[] | select(.content_type=="application/gzip") | .browser_download_url')" --output '/tmp/pcre2.tar.gz' && curl --location 'http://www.zlib.net/current/zlib.tar.gz' --output '/tmp/zlib.tar.gz' && mkdir -p '/tmp/nginx/'"${NGINX_RTMP_GIT_NAME}"'' '/tmp/openssl' '/tmp/pcre2' '/tmp/zlib' && git -C '/tmp/nginx/'"${NGINX_RTMP_GIT_NAME}"'' clone "${NGINX_RTMP_GIT_URL}" . && tar -xvzf '/tmp/nginx.tar.gz' --strip-components=1 -C '/tmp/nginx' && tar -xvzf '/tmp/openssl.tar.gz' --strip-components=1 -C '/tmp/openssl' && tar -xvzf '/tmp/pcre2.tar.gz' --strip-components=1 -C '/tmp/pcre2' && tar -xvzf '/tmp/zlib.tar.gz' --strip-components=1 -C '/tmp/zlib' && mkdir -p '/etc/nginx/conf.d' '/etc/nginx/ssl' '/etc/nginx/templates' '/var/log/nginx' '/usr/lib/nginx/modules' '/var/cache/nginx/client_temp' '/var/cache/nginx/proxy_temp' '/var/cache/nginx/fastcgi_temp' '/var/cache/nginx/uwsgi_temp' '/var/cache/nginx/scgi_temp' && addgroup -g 101 nginx && adduser -u 101 nginx -G nginx -D && cd '/tmp/nginx' && ./configure --prefix='/etc/nginx' --sbin-path='/usr/sbin/nginx' --modules-path='/usr/lib/nginx/modules' --conf-path='/etc/nginx/nginx.conf' --pid-path='/var/run/nginx.pid' --lock-path='/var/run/nginx.lock' --http-log-path='/var/log/nginx/access.log' --error-log-path='/var/log/nginx/error.log' --http-client-body-temp-path='/var/cache/nginx/client_temp' --http-proxy-temp-path='/var/cache/nginx/proxy_temp' --http-fastcgi-temp-path='/var/cache/nginx/fastcgi_temp' --http-uwsgi-temp-path='/var/cache/nginx/uwsgi_temp' --http-scgi-temp-path='/var/cache/nginx/scgi_temp' --user='nginx' --group='nginx' --with-openssl='/tmp/openssl' --with-pcre='/tmp/pcre2' --with-zlib='/tmp/zlib' --with-http_ssl_module --with-threads --with-compat --with-stream --with-mail=dynamic --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-http_v3_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-debug --add-module="${NGINX_RTMP_GIT_NAME}" && make && make install && cd && rm -rf '/tmp/nginx' '/tmp/openssl' '/tmp/pcre2' '/tmp/zlib' && curl --location 'https://raw.githubusercontent.com/nginxinc/docker-nginx/master/entrypoint/docker-entrypoint.sh' --output '/docker-entrypoint.sh' && chmod +x '/docker-entrypoint.sh'; # buildkit |
ENTRYPOINT ["/docker-entrypoint.sh"] |
CMD ["nginx" "-g" "daemon off;"] |
EXPOSE map[80/tcp:{}] |
Labels
Key | Value |
---|---|
com.docker.compose.project | nginx_rtmp-inc_loft |
com.docker.compose.service | nginx_rtmp-build |
com.docker.compose.version | 2.23.3 |
Details
2023-12-24 02:27:38 +00:00
Versions (1)
View all
Container
1
OCI / Docker
linux/amd64
165 MiB
20231224-1.25.3
2023-12-24