Skip to content

Commit

Permalink
Bump version of jrottenberg/ffmpeg for selenium grid autoscaling on k…
Browse files Browse the repository at this point in the history
…ubernetes with video recording
  • Loading branch information
VietND96 committed Oct 11, 2023
1 parent 69d9349 commit 4753dd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Video/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jrottenberg/ffmpeg:4.3.1-ubuntu2004
FROM jrottenberg/ffmpeg:4.4.3-ubuntu2004
LABEL authors="Selenium <[email protected]>"

#================================================
Expand All @@ -18,7 +18,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
RUN apt-get -qqy update \
&& apt-get upgrade -yq \
&& apt-get -qqy --no-install-recommends install \
supervisor x11-xserver-utils python3-pip \
supervisor x11-xserver-utils x11-utils curl jq python3-pip \
&& python3 -m pip install --upgrade pip \
&& python3 -m pip install --upgrade setuptools \
&& python3 -m pip install --upgrade wheel \
Expand All @@ -45,5 +45,6 @@ ENV SE_CODEC libx264
ENV SE_PRESET "-preset ultrafast"
ENV FILE_NAME video.mp4
ENV SE_VIDEO_FOLDER /videos
ENV SE_NODE_PORT 5555

EXPOSE 9000

0 comments on commit 4753dd5

Please sign in to comment.