Raspberry Pi version still 1.4?
imc67 opened this issue · 5 comments
imc67 commented
Describe Your Problem:
I use a docker-compose.yml with jwetzell/guacamole:arm32v7 but still get the 1.4.0 version of Guacamole instead of the latest.
What am I doing wrong?
Logs:
version: '3.8'
services:
guacamole:
hostname: guacamole
image: jwetzell/guacamole:arm32v7
ports:
- 8080:8080
volumes:
- ./appdata/config:/config
restart: unless-stopped
Screenshots:
Environment:
- Guacamole Version: latest
- Operating System: Raspbian
jwetzell commented
I haven't had the time to build and push a v1.5.x for raspberry pi
imc67 commented
Aha that’s why it doesn’t work :-)
I will wait and hopefully you’ll find some time soon?
jwetzell commented
arm32 docker images have been kicking my butt. They completely swapped out images to new underlying debian versions breaking a ton of stuff.
jwetzell commented
Raspberry Pi image has now been updated to 1.5.4 (leap frogging 1.5.1-1.5.3) and should now be able to updated along side other images
imc67 commented
Thanks!!!!