#rM-docker not building
1 messages · Page 1 of 1 (latest)
To me it looks like TARGETARCH is not being populated
What architecture is the machine?
amd64?
Is your docker configured to use buildx by default?
Okay, install docker-buildx
That or set the build variable when doing the build manually
Well, since you are on amd64, and targetting amd64, probably amd64
Yes
Wifi for the vm?
The vm doesn't have wifi
What OS version are you building?
That looks like wget isn't able to connect to what it's connecting to anymore
Read my question again
Not quite, as that's can be the same between OS versions
What fw_version are you using?
Or are you just using the default one?
So the default one
Okay, so it looks like the built in wget on 3.5 is no longer able to fetch the static wget
Although
It should be using http not https
Not according to the logs
http doesn't use TLS
Ah, the server is redirecting to https
Yes
I've made the server owner aware
It may be weeks before they fix it though
Or you could change the dockerfile to download the wget file earlier and put it on the VM
It needs to be placed at /home/root/.local/bin/wget and to be executable
That's wont put it in the VM, that'll put it on the docker container host for the VM
Look at how other scripts are put on the VM elsewhere in the dockerfile
https://github.com/timower/rM-docker/blob/main/make_rootfs.sh this is probably the better thing to modify though
https://github.com/timower/rM-docker?tab=readme-ov-file#qemu-rm2fb this will open a window, assuming your permissions are setup properly
If you are on wayland you need to run xhost + local: as noted in the usage section
xochitl will set the root password
Make sure you are running the right tag for the image as well
Do you mean qemu-rm2fb?
Could you elaborate?
What is the error?
It could be looking for something on the filesystem that is missing.