[GH-ISSUE #522] [Bug]: Can't update bambuddy in docker #332

Closed
opened 2026-05-06 12:28:21 +02:00 by BreizhHardware · 5 comments

Originally created by @Fireman86336 on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/522

Originally assigned to: @maziggy on GitHub.

Bug Description

Im running bambuddy in docker (Portainer) in Linux and i cant get bambuddy to update to the newest version. im currently on version 0.2.0 even using ghcr.io/maziggy/bambuddy:latest, still won't update. ive recreated the docker and no success.

Expected Behavior

Update to new version

Steps to Reproduce

forced docker to update and still stuck on version 0.2.0

Printer Model

H2S

Bambuddy Version

0.2.0

Printer Firmware Version

01.01.00.00

Installation Method

Docker

Operating System

Linux (Ubuntu/Debian)

Relevant Logs / Support Package


Screenshots

No response

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
  • My printer has Developer Mode enabled
Originally created by @Fireman86336 on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/522 Originally assigned to: @maziggy on GitHub. ### Bug Description Im running bambuddy in docker (Portainer) in Linux and i cant get bambuddy to update to the newest version. im currently on version 0.2.0 even using ghcr.io/maziggy/bambuddy:latest, still won't update. ive recreated the docker and no success. ### Expected Behavior Update to new version ### Steps to Reproduce forced docker to update and still stuck on version 0.2.0 ### Printer Model H2S ### Bambuddy Version 0.2.0 ### Printer Firmware Version 01.01.00.00 ### Installation Method Docker ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs / Support Package ```shell ``` ### Screenshots _No response_ ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode - [x] My printer has Developer Mode enabled
BreizhHardware 2026-05-06 12:28:21 +02:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@myrmidondvb commented on GitHub (Feb 25, 2026):

Here's the same problem

<!-- gh-comment-id:3957985781 --> @myrmidondvb commented on GitHub (Feb 25, 2026): Here's the same problem
Author
Owner

@maziggy commented on GitHub (Feb 25, 2026):

For now you need to pull and build the container locally for beta versions. This will change with the next version.

<!-- gh-comment-id:3958234660 --> @maziggy commented on GitHub (Feb 25, 2026): For now you need to pull and build the container locally for beta versions. This will change with the next version.
Author
Owner

@maziggy commented on GitHub (Feb 25, 2026):

docker compose down && docker pull ghcr.io/maziggy/bambuddy:0.2.1b3 && docker compose up -d

<!-- gh-comment-id:3958245007 --> @maziggy commented on GitHub (Feb 25, 2026): docker compose down && docker pull ghcr.io/maziggy/bambuddy:0.2.1b3 && docker compose up -d
Author
Owner

@myrmidondvb commented on GitHub (Feb 25, 2026):

thx works fine.

Portainer:

version: '2'
services:
bambuddy:
image: ghcr.io/maziggy/bambuddy:0.2.1b3
restart: always
network_mode: host
environment:
- PGID=1000
- PUID=1000
- PORT=8000
- TZ=Europe/Berlin
volumes:
- /xxx/bambuddy_data:/app/data
- /xxx/bambuddy_logs:/app/logs

<!-- gh-comment-id:3958276702 --> @myrmidondvb commented on GitHub (Feb 25, 2026): thx works fine. Portainer: version: '2' services: bambuddy: image: ghcr.io/maziggy/bambuddy:0.2.1b3 restart: always network_mode: host environment: - PGID=1000 - PUID=1000 - PORT=8000 - TZ=Europe/Berlin volumes: - /xxx/bambuddy_data:/app/data - /xxx/bambuddy_logs:/app/logs
Author
Owner

@bwp85 commented on GitHub (Feb 25, 2026):

docker compose down && docker pull ghcr.io/maziggy/bambuddy:0.2.1b3 && docker compose up -d

Changing to the Beta tag fixed my issue as well. Playing around with installing the first time yesterday and got annoyed with the New update available notification.

<!-- gh-comment-id:3958761077 --> @bwp85 commented on GitHub (Feb 25, 2026): > docker compose down && docker pull ghcr.io/maziggy/bambuddy:0.2.1b3 && docker compose up -d Changing to the Beta tag fixed my issue as well. Playing around with installing the first time yesterday and got annoyed with the New update available notification.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#332
No description provided.