master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.4k stars 147 forks source link

Dockerhub's "latest" tag point to a 2y old image, despite new images available #780

Closed davidandreoletti closed 10 months ago

ArakiSatoshi commented 10 months ago

I just wanted to point that out as well. It took me some time to figure out why most of the settings are missing until I accidentally found out that the "latest" one is actually a two years old image.

The "master" one is actually the "latest" one. So it would be like this:

docker run --privileged -v "$(pwd):/videos" --user $(id -u):$(id -g) -it --rm masterofzen/av1an:master -i S01E01.mkv {options}

Would be better to change the DOCKER.md file by altering "latest" to "master", or pointing out somehow that the "latest" one is the outdated one to avoid confusion.

davidandreoletti commented 10 months ago

From experience from multiple container enabled project, "latest" points to the latest container image published or latest stable container image published.

At the time of writing, I would expect latest to point to a master tagged image.

master-of-zen commented 10 months ago

Changed DOCKER.md https://github.com/master-of-zen/Av1an/commit/a9d5d65dd4f3f8242783fb550bf55a4d904ab2d8