You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still opening this issue for creating an OS-specific package.
If possible, can we release OS-specific packages of "binfmt" with all qemu patches which can be installed or uninstalled through os-specific package managers instead of installing and installing from a container?
As, while automating or building a container image it is not possible to run "docker run --privileged --rm tonistiigi/binfmt --install all" in the image build process.
Although, compiled binaries are being provided in releases at https://github.com/tonistiigi/binfmt/releases
Still opening this issue for creating an OS-specific package.
If possible, can we release OS-specific packages of "binfmt" with all qemu patches which can be installed or uninstalled through os-specific package managers instead of installing and installing from a container?
As, while automating or building a container image it is not possible to run "
docker run --privileged --rm tonistiigi/binfmt --install all
" in the image build process.Discussed at containerd/nerdctl#1321
An alternative, to this, was proposed at containerd/nerdctl#1322 but using upstream packages.
From there this need came as "The upstream QEMU lacks patches".
So, This can be fixed by:
or,
The text was updated successfully, but these errors were encountered: