[GH-ISSUE #521] [Feature]: Own Docker tag for beta #333

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

Originally created by @Twilek-de on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/521

Originally assigned to: @maziggy on GitHub.

Problem or Use Case

If you automatically want to update a docker installation to the latest beta you have to update the image tag in the compose file every time.

Proposed Solution

Having a tag like "latest" for the latest beta version. Maybe "beta" or "dev"

Alternatives Considered

No response

Feature Category

Print Archiving

Priority

Nice to have

Mockups or Examples

No response

Contribution

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
Originally created by @Twilek-de on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/521 Originally assigned to: @maziggy on GitHub. ### Problem or Use Case If you automatically want to update a docker installation to the latest beta you have to update the image tag in the compose file every time. ### Proposed Solution Having a tag like "latest" for the latest beta version. Maybe "beta" or "dev" ### Alternatives Considered _No response_ ### Feature Category Print Archiving ### Priority Nice to have ### Mockups or Examples _No response_ ### Contribution - [ ] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
BreizhHardware 2026-05-06 12:28:21 +02:00
  • closed this issue
  • added the
    wontfix
    label
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.

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

<!-- gh-comment-id:3960382942 --> @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. docker compose down && docker pull ghcr.io/maziggy/bambuddy:0.2.1b3 && docker compose up -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#333
No description provided.