metube icon indicating copy to clipboard operation
metube copied to clipboard

anyway to change the base image to alpine:edge

Open PikuZheng opened this issue 3 years ago • 1 comments

Considering that alpine with python has a smaller image than python:slim, is there a way to change the base image to alpine:edge?

In addition, alpine:edge uses ffmpeg 5.1.1 by default to avoid problems caused by 5.0

PikuZheng avatar Sep 23 '22 14:09 PikuZheng

#173

PikuZheng avatar Sep 23 '22 14:09 PikuZheng

We're not using python:slim, we're using python:alpine, so we're on the smaller image already. We could move to alpine base instead of python, but I'm a bit wary of the edge, I don't want breakages to occur.. The next alpine release will happen in November, which is already pretty close. And then it will have the latest ffmpeg. Perhaps we can live with that

alexta69 avatar Sep 30 '22 06:09 alexta69