Can not run blueprint on raspberrypi
I want to use the docker-compose (not the classic version) of blueprint for my raspberrypi. Sadly everytime I run the official docker compose a error appears, that I am using arm and I need to use a different image. I used the manifest command and inserted the arm image to the panel image in the docker compose. Sadly it still does not run.
error:
/docker-compose/blueprint $ sudo docker compose up
WARN[0000] The "LKCmVYq" variable is not set. Defaulting to a blank string.
WARN[0000] The "LKCmVYq" variable is not set. Defaulting to a blank string.
WARN[0000] The "LKCmVYq" variable is not set. Defaulting to a blank string.
WARN[0000] The "LKCmVYq" variable is not set. Defaulting to a blank string.
[+] Running 0/1
⠧ wings Pulling 1.7s
no matching manifest for linux/arm64/v8 in the manifest list entries
7 Replies
I don't think Blueprint Docker has Arm support
I added it a while ago
Ah, that's Cwings. I completely forgot about that.
If you're using my example compose file instead of classic, change the Wings image to the one from the classic compose file and comment out the healthcheck lines if you want it up and running now. I'll add Arm support to Cwings later today.
perfect thanks
I will try it out
@Loki Sadly even the panel is not running.
Logs (without wings)
https://pastebin.com/NXFaxzdk
My compose:
That's not Blueprint specific. See https://discord.com/channels/122900397965705216/658550982975946762/1053686750570086460 in the Pterodactyl Discord.
Running wings on a pi 4 or 5 Wings require docker cgroups. Those are not present in the ubuntu version only in the debian 11 or 12 one install the debian lite 64 bit OS Install docker then open the /boot/cmdline.txt file and add (don't remove anything and do not add a new line) cgroup_memory=1 cgroup_enable=memory systemd.unified_cgroup_hierarchy=0 to the end of what is already there, save + exit and then restart Note on the debian 12 based os the path is /boot/firmware/cmdline.txt- quintenqvd @Ahmalo cwings now has arm64 support; feel free to put the image back and un-comment the health check lines.
Perfect. Thanks for the help, really appreciate that.
No problem