File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1- ARG NGINX_VERSION=1.21.4
1+ ARG NGINX_VERSION=1.21.6
22ARG NGINX_RTMP_VERSION=1.2.2
3- ARG FFMPEG_VERSION=4.4
4-
3+ ARG FFMPEG_VERSION=5.0
54
65# #############################
76# Build the NGINX-build image.
8- FROM alpine:3.14.2 as build-nginx
7+ FROM alpine:3.15.0 as build-nginx
98ARG NGINX_VERSION
109ARG NGINX_RTMP_VERSION
1110
@@ -55,7 +54,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
5554
5655# ##############################
5756# Build the FFmpeg-build image.
58- FROM alpine:3.14.2 as build-ffmpeg
57+ FROM alpine:3.15.0 as build-ffmpeg
5958ARG FFMPEG_VERSION
6059ARG PREFIX=/usr/local
6160ARG MAKEFLAGS="-j4"
@@ -110,7 +109,6 @@ RUN cd /tmp/ffmpeg-${FFMPEG_VERSION} && \
110109 --enable-libass \
111110 --enable-libwebp \
112111 --enable-postproc \
113- --enable-avresample \
114112 --enable-libfreetype \
115113 --enable-openssl \
116114 --disable-debug \
@@ -124,7 +122,7 @@ RUN rm -rf /var/cache/* /tmp/*
124122
125123# #########################
126124# Build the release image.
127- FROM alpine:3.14.2
125+ FROM alpine:3.15.0
128126LABEL MAINTAINER Alfred Gutierrez <alf.g.jr@gmail.com>
129127
130128# Set default ports.
Original file line number Diff line number Diff line change 1- ARG NGINX_VERSION=1.21.4
1+ ARG NGINX_VERSION=1.21.6
22ARG NGINX_RTMP_VERSION=1.2.2
3- ARG FFMPEG_VERSION=4.4
4-
3+ ARG FFMPEG_VERSION=5.0
54
65##############################
76# Build the NGINX-build image.
Original file line number Diff line number Diff line change 22A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with
33default settings for HLS live streaming. Built on Alpine Linux.
44
5- * Nginx 1.21.4 (Mainline version compiled from source)
5+ * Nginx 1.21.6 (Mainline version compiled from source)
66* nginx-rtmp-module 1.2.2 (compiled from source)
7- * ffmpeg 4.4 (compiled from source)
7+ * ffmpeg 5.0 (compiled from source)
88* Default HLS settings (See: [ nginx.conf] ( nginx.conf ) )
99
1010[ ![ Docker Stars] ( https://img.shields.io/docker/stars/alfg/nginx-rtmp.svg )] ( https://hub.docker.com/r/alfg/nginx-rtmp/ )
You can’t perform that action at this time.
0 commit comments