Container won't extract
Posted: Mon Mar 17, 2025 4:48 am
I'm playing with containers on HAP AX3 ROS 7.18.2. I was able to get a freeradius container running as shown, but I've not been able to get Alpine:latest, or a custom Alpine or Ubuntu image working. They all get stuck extracting. The custom ones I built from very simple Dockerfiles, and used buildx like so before SCPing up the image.
usb2 is where I'm pointing them, and it's a 32GB Ext4 filesystem with space.
Any ideas why extracting never finishes? It untar's okay when I do it from the build machine (Mac M1).
Code: Select all
docker buildx build --platform=linux/arm64 -t ubuntu .
docker save afe5ec7ce735 > ubuntu.tar
Code: Select all
0 name="91988431-9502-4b20-ab9a-37cc0a724634" repo="registry-1.docker.io/freeradius/freeradius-dev:armv7-v3.2.x" os="linux" arch="arm" interface=veth1 cmd="-X"
root-dir=usb2/freeradius mounts="" workdir="/" logging=yes status=running
1 name="dcd4187e-0222-44ad-b23c-c13291692dc4" repo="" os="" arch="" interface=veth2 root-dir=usb2/ubuntu mounts="" hostname="alpine" logging=yes status=extracting