Open pannal opened 1 day ago
Its a multi arch image. follow instructions here for enabling containerd unfortunately it hides your current images and containers. they will appear again after disabling containerd.
If you dont need arm images. the commented line can be commented out and comment the build arch build. so
docker buildx build --platform=linux/arm64,linux/amd64 --tag ${REPO}/${IMAGE_RUST}:${DEBIAN_VARIANT} --file Dockerfile.rust .
docker build --tag ${REPO}/${IMAGE_RUST}:${DEBIAN_VARIANT} --file Dockerfile.rust .
https://github.com/danrossi/gst-build-cross/blob/master/README.rust.md
The amd64 is slow enough building the rust image but QEMU makes it even slower sadly. so the first image build multi arch will take a while until rust is done building.
Hey,
Trying to set up an ndi-enabled gstreamer image. When running your instructions, this failes pretty immediately: