jwetzell / docker-guacamole

A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5.
https://hub.docker.com/r/oznu/guacamole/
GNU General Public License v3.0
104 stars 17 forks source link

Raspberry Pi version still 1.4? #20

Closed imc67 closed 8 months ago

imc67 commented 1 year ago

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:

jwetzell commented 1 year ago

I haven't had the time to build and push a v1.5.x for raspberry pi

imc67 commented 1 year ago

Aha that’s why it doesn’t work :-) I will wait and hopefully you’ll find some time soon?

jwetzell commented 1 year ago

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 8 months ago

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 8 months ago

Thanks!!!!