1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #488] [Bug]: Update from v0.2.0 to 0.2.1b2 not working (Docker) #307

Closed
opened 2026-05-07 00:08:43 +02:00 by BreizhHardware · 1 comment

Originally created by @nvdmedianl on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/488

Originally assigned to: @maziggy on GitHub.

Bug Description

i have use docker compose pull && docker compose up -d to update to lasr version only is not working

Expected Behavior

update to new version

Steps to Reproduce

Update and not working

Printer Model

X1 Carbon

Bambuddy Version

0.2.0

Printer Firmware Version

01.01.03.00

Installation Method

Docker

Operating System

Linux (Ubuntu/Debian)

Relevant Logs / Support Package

username@PC:/home/username/bambuddy# docker pull ghcr.io/maziggy/bambuddy:0.2.1b2
0.2.1b2: Pulling from maziggy/bambuddy
96295ce59882: Pull complete
94867fc63877: Pull complete
76ef6d2a3ed6: Pull complete
c0f8f7bd3562: Pull complete
00f314887c0c: Pull complete
86047895c9f5: Pull complete
Digest: sha256:fe7d05aedc041a47db8dddaaf4734b8c52a965be21cef0917b8db1ed632153e9
Status: Downloaded newer image for ghcr.io/maziggy/bambuddy:0.2.1b2
ghcr.io/maziggy/bambuddy:0.2.1b2
username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d
[+] pull 1/1
 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled                                                                                                                                                             0.6s
WARN[0000] No services to build
[+] up 1/1
 ✔ Container bambuddy Running                                                                                                                                                                               0.0s
username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d
[+] pull 1/1
 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled                                                                                                                                                             0.6s
WARN[0000] No services to build
[+] up 1/1
 ✔ Container bambuddy Running                                                                                                                                                                               0.0s
username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d
[+] pull 1/1
 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled                                                                                                                                                             0.6s
WARN[0000] No services to build
[+] up 1/1
 ✔ Container bambuddy Running                                                                                                                                                                               0.0s
username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d
[+] pull 1/1
 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled                                                                                                                                                             0.5s
WARN[0000] No services to build
[+] up 1/1
 ✔ Container bambuddy Running                                                                                                                                                                               0.0s
username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d
[+] pull 1/1
 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled                                                                                                                                                             0.6s
WARN[0000] No services to build
[+] up 1/1
 ✔ Container bambuddy Running                                                                                                                                                                               0.0s
username@PC:/home/username/bambuddy#

Screenshots

bambuddy.log

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
Originally created by @nvdmedianl on GitHub (Feb 22, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/488 Originally assigned to: @maziggy on GitHub. ### Bug Description i have use docker compose pull && docker compose up -d to update to lasr version only is not working ### Expected Behavior update to new version ### Steps to Reproduce Update and not working ### Printer Model X1 Carbon ### Bambuddy Version 0.2.0 ### Printer Firmware Version 01.01.03.00 ### Installation Method Docker ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs / Support Package ```shell username@PC:/home/username/bambuddy# docker pull ghcr.io/maziggy/bambuddy:0.2.1b2 0.2.1b2: Pulling from maziggy/bambuddy 96295ce59882: Pull complete 94867fc63877: Pull complete 76ef6d2a3ed6: Pull complete c0f8f7bd3562: Pull complete 00f314887c0c: Pull complete 86047895c9f5: Pull complete Digest: sha256:fe7d05aedc041a47db8dddaaf4734b8c52a965be21cef0917b8db1ed632153e9 Status: Downloaded newer image for ghcr.io/maziggy/bambuddy:0.2.1b2 ghcr.io/maziggy/bambuddy:0.2.1b2 username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d [+] pull 1/1 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled 0.6s WARN[0000] No services to build [+] up 1/1 ✔ Container bambuddy Running 0.0s username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d [+] pull 1/1 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled 0.6s WARN[0000] No services to build [+] up 1/1 ✔ Container bambuddy Running 0.0s username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d [+] pull 1/1 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled 0.6s WARN[0000] No services to build [+] up 1/1 ✔ Container bambuddy Running 0.0s username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d [+] pull 1/1 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled 0.5s WARN[0000] No services to build [+] up 1/1 ✔ Container bambuddy Running 0.0s username@PC:/home/username/bambuddy# docker compose pull && docker compose up -d [+] pull 1/1 ✔ Image ghcr.io/maziggy/bambuddy:latest Pulled 0.6s WARN[0000] No services to build [+] up 1/1 ✔ Container bambuddy Running 0.0s username@PC:/home/username/bambuddy# ``` ### Screenshots [bambuddy.log](https://github.com/user-attachments/files/25469157/bambuddy.log) ### 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
BreizhHardware 2026-05-07 00:08:43 +02:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

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

'docker compose pull' pulls tag latest. Last release is a beta and beta versions never have tag latest, but beta.

This behaviour was already improved and is availabale in the next release.

so to get your container up'n'running with the latest beta version, you need to cd to your bambuddy folder and do a

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

<!-- gh-comment-id:3941250591 --> @maziggy commented on GitHub (Feb 22, 2026): 'docker compose pull' pulls tag latest. Last release is a beta and beta versions never have tag latest, but beta. This behaviour was already improved and is availabale in the next release. so to get your container up'n'running with the latest beta version, you need to cd to your bambuddy folder and do a docker compose down && docker pull ghcr.io/maziggy/bambuddy:0.2.1b2 && docker compose up --build -d
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-maziggy-1#307
No description provided.