-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version of jrottenberg/ffmpeg for selenium grid autoscaling on k…
…ubernetes with video recording
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
||
#================================================ | ||
|
@@ -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 \ | ||
|
@@ -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 |