mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #521] [Feature]: Own Docker tag for beta #333
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#333
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Checklist
@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