Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Upgrade based image of video container to FFmpeg 7.0.1 (includes Ubuntu LTS 24.04)
Types of changes
Checklist
PR Type
Enhancement, Tests, Configuration changes
Description
ffmpeg
andrclone
processes.stop_ffmpeg
function and increasedffmpeg
thread count.FFMPEG_TAG_PREV_VERSION
variable./bin/bash -c
forbootstrap.sh
.Changes walkthrough 📝
3 files
entry_point.sh
Enhance shutdown process to wait for `ffmpeg` and `rclone`
Video/entry_point.sh
ffmpeg
andrclone
processes during shutdown.video.sh
Improve video recording and stopping mechanism
Video/video.sh
stop_ffmpeg
function to gracefully stopffmpeg
.stop_recording
to usestop_ffmpeg
.ffmpeg
thread count from 1 to 2.--noproxy "*"
tocurl
commands.video_graphQLQuery.sh
Enhance GraphQL query reliability and video file naming
Video/video_graphQLQuery.sh
capabilities
are found.--noproxy "*"
tocurl
command.9 files
update_tag_in_docs_and_files.sh
Update FFmpeg tag version in documentation and files
update_tag_in_docs_and_files.sh
FFMPEG_TAG_PREV_VERSION
in files.deploy.yml
Simplify deployment condition in GitHub Actions
.github/workflows/deploy.yml
if
condition for deployment.nightly.yml
Simplify nightly build condition in GitHub Actions
.github/workflows/nightly.yml
if
condition for nightly build.Makefile
Update FFmpeg version to 7.0.1
Makefile
FFMPEG_TAG_PREV_VERSION
variable.Dockerfile
Update base image to Ubuntu 24.04 LTS
Video/Dockerfile
jammy
tonoble
.docker-compose-v3-test-node-docker.yaml
Use `/bin/bash -c` for bootstrap command
tests/docker-compose-v3-test-node-docker.yaml
/bin/bash -c
forbootstrap.sh
.docker-compose-v3-test-node-relay.yml
Use `/bin/bash -c` for bootstrap command
tests/docker-compose-v3-test-node-relay.yml
/bin/bash -c
forbootstrap.sh
.docker-compose-v3-test-parallel.yml
Use `/bin/bash -c` for bootstrap command
tests/docker-compose-v3-test-parallel.yml
/bin/bash -c
forbootstrap.sh
.docker-compose-v3-test-video.yml
Use `/bin/bash -c` for bootstrap command and add sleep
tests/docker-compose-v3-test-video.yml
/bin/bash -c
forbootstrap.sh
and added sleep.