-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-ubuntu
images use different versions of Ubuntu
#410
Comments
@FreezyLemon yes, it is related to this: #408
Reference: I started working on updating the OS's ( to the newer os's to fix os vulnerabilities ) Actually, after think on this a bit more. I do think that |
So some of the docker images on hub.docker.com are based on the unmerged PR?
Yes, maybe 6.0 was not a great example. 5.1 and 4.4 also use 20.04 and are still supported.
The docker image for 20.04 has unfixed security vulnerabilities? 20.04 is an LTS variant and still supported, that would be concerning. Have you reported this upstream? Also, if 20.04 has security problems, are people using older FFmpeg versions just SOL? Have you checked how many people still use images like 5.0 or 4.4.X? |
Can you expand on this? Is it dependencies? I built old (3.4, 4.3, 4.4) FFmpeg versions on 22.04 and 24.04 before, it should be possible. |
The repo contains folders named
ubuntu2204
and the Dockerfiles show20.04 AS BASE
, but some images use 24.04:$ docker run -it --entrypoint /bin/bash jrottenberg/ffmpeg:6.0-ubuntu root@0673e3eb8db2:/tmp/workdir# cat /etc/issue > Ubuntu 20.04.6 LTS
As far as I can tell, versions <=6.0 use 20.04, and versions >= 6.1 use 24.04. This is a bit unexpected. Is this intended?
The text was updated successfully, but these errors were encountered: