Skip to content

Development Builds

Marko@VMHOMELAB edited this page Jun 13, 2026 · 2 revisions

Development Builds

Development builds are published from the dev branch.

Docker image

docker pull docker.io/vmhomelabde/printbuddy:dev

Use this tag in compose when you explicitly want to test current development work:

image: docker.io/vmhomelabde/printbuddy:dev

Build directly from the dev branch

git clone -b dev https://github.com/vmhomelab/Printbuddy.git
cd Printbuddy
docker compose up -d --build

Branch policy

  • dev: testing and validation branch
  • main: approved/stable branch
  • latest: stable container tag
  • dev: development container tag

Clone this wiki locally