File tree 3 files changed +9
-12
lines changed
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
2
2
ARG NGINX_RTMP_VERSION=1.2.2
3
- ARG FFMPEG_VERSION=4.4
4
-
3
+ ARG FFMPEG_VERSION=5.0
5
4
6
5
# #############################
7
6
# Build the NGINX-build image.
8
- FROM alpine:3.14.2 as build-nginx
7
+ FROM alpine:3.15.0 as build-nginx
9
8
ARG NGINX_VERSION
10
9
ARG NGINX_RTMP_VERSION
11
10
@@ -55,7 +54,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
55
54
56
55
# ##############################
57
56
# Build the FFmpeg-build image.
58
- FROM alpine:3.14.2 as build-ffmpeg
57
+ FROM alpine:3.15.0 as build-ffmpeg
59
58
ARG FFMPEG_VERSION
60
59
ARG PREFIX=/usr/local
61
60
ARG MAKEFLAGS="-j4"
@@ -110,7 +109,6 @@ RUN cd /tmp/ffmpeg-${FFMPEG_VERSION} && \
110
109
--enable-libass \
111
110
--enable-libwebp \
112
111
--enable-postproc \
113
- --enable-avresample \
114
112
--enable-libfreetype \
115
113
--enable-openssl \
116
114
--disable-debug \
@@ -124,7 +122,7 @@ RUN rm -rf /var/cache/* /tmp/*
124
122
125
123
# #########################
126
124
# Build the release image.
127
- FROM alpine:3.14.2
125
+ FROM alpine:3.15.0
128
126
LABEL MAINTAINER Alfred Gutierrez <alf.g.jr@gmail.com>
129
127
130
128
# 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
2
2
ARG NGINX_RTMP_VERSION=1.2.2
3
- ARG FFMPEG_VERSION=4.4
4
-
3
+ ARG FFMPEG_VERSION=5.0
5
4
6
5
##############################
7
6
# Build the NGINX-build image.
Original file line number Diff line number Diff line change 2
2
A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with
3
3
default settings for HLS live streaming. Built on Alpine Linux.
4
4
5
- * Nginx 1.21.4 (Mainline version compiled from source)
5
+ * Nginx 1.21.6 (Mainline version compiled from source)
6
6
* nginx-rtmp-module 1.2.2 (compiled from source)
7
- * ffmpeg 4.4 (compiled from source)
7
+ * ffmpeg 5.0 (compiled from source)
8
8
* Default HLS settings (See: [ nginx.conf] ( nginx.conf ) )
9
9
10
10
[ ![ 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