File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- ARG NGINX_VERSION=1.19.7
2- ARG NGINX_RTMP_VERSION=1.2.1
1+ ARG NGINX_VERSION=1.21.0
2+ ARG NGINX_RTMP_VERSION=1.2.2
33ARG FFMPEG_VERSION=4.4
44
55
66# #############################
77# Build the NGINX-build image.
8- FROM alpine:3.13 as build-nginx
8+ FROM alpine:3.14 as build-nginx
99ARG NGINX_VERSION
1010ARG NGINX_RTMP_VERSION
1111
@@ -54,7 +54,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
5454
5555# ##############################
5656# Build the FFmpeg-build image.
57- FROM alpine:3.13 as build-ffmpeg
57+ FROM alpine:3.14 as build-ffmpeg
5858ARG FFMPEG_VERSION
5959ARG PREFIX=/usr/local
6060ARG MAKEFLAGS="-j4"
@@ -123,7 +123,7 @@ RUN rm -rf /var/cache/* /tmp/*
123123
124124# #########################
125125# Build the release image.
126- FROM alpine:3.13
126+ FROM alpine:3.14
127127LABEL MAINTAINER Alfred Gutierrez <
[email protected] >
128128
129129# Set default ports.
Original file line number Diff line number Diff line change 1- ARG NGINX_VERSION=1.18 .0
2- ARG NGINX_RTMP_VERSION=1.2.1
1+ ARG NGINX_VERSION=1.21 .0
2+ ARG NGINX_RTMP_VERSION=1.2.2
33ARG FFMPEG_VERSION=4.4
44
55
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.19.7 (Mainline version compiled from source)
6- * nginx-rtmp-module 1.2.1 (compiled from source)
5+ * Nginx 1.21.0 (Mainline version compiled from source)
6+ * nginx-rtmp-module 1.2.2 (compiled from source)
77* ffmpeg 4.4 (compiled from source)
88* Default HLS settings (See: [ nginx.conf] ( nginx.conf ) )
99
You can’t perform that action at this time.
0 commit comments