Closed bastimeyer closed 7 months ago
There is no fix to be applied. Ubuntu is still panic-fixing the xz fallout, and broke their apt repos in the process. Nothing to be done but to wait until they fix it.
I'm currently getting the same error. Can I revert to an older version of the Ubuntu image in order to make makeimage
work again? If I can, how?
Mod this file
images/base/Dockerfile
FROM ubuntu:24.04
Change 24.04 to 22.04, or 23.10 and try again.
Mod this file
images/base/Dockerfile FROM ubuntu:24.04
Change 24.04 to 22.04, or 23.10 and try again.
wsl, 23.10 is work, but
could not read .cache/ghcr.io/btbn/ffmpeg-builds/base_latest/index.json: open .cache/ghcr.io/btbn/ffmpeg-builds/base_latest/index.json: no such file or directory
Just pull the image from Github until Ubuntu sorts out their packaging situation. The CI built it successfully, and there will likely not be a base image update until Ubuntu fixed the packages.
23.04
version works without any problems. Also I have another question, to build static binaries should I use nonfree-shared
or nonfree
? Are there any differences besides one is dynamically linked and one is static?
@aesxsc nonfree
is the static version where all libraries are compiled within the binary file while nonfree-shared
provides the libraries in a separate folder.
Building the base image currently fails with the following error. It still worked fine two days ago.
https://github.com/BtbN/FFmpeg-Builds/blame/0ee6cfa1328de8a0d7d86fe46eca548a3cbea83a/images/base/Dockerfile
This is of course a packaging issue in the
ubuntu:24.04
docker image that can trivially be reproduced by runningbut I just wanted to let you know, in case you can apply a fix here.