Migrate teslamate to native Dagger container.py #333

Merged
eblume merged 1 commit from teslamate-dagger-migration into main 2026-04-14 07:20:52 -07:00
Owner

Summary

  • Replace legacy Dockerfile with native Dagger container.py build
  • Two-stage pipeline: Elixir+Node builder, Debian slim runtime
  • Uses shared helpers (clone_from_forge, oci_labels)
  • Delete old Dockerfile (pipeline auto-discovers container.py)
  • Update build-container-image docs and mark service reviewed

Test plan

  • dagger call build --src=. --container-name=teslamate succeeds locally
  • CI container build passes
  • Deploy from branch and verify teslamate starts cleanly

🤖 Generated with Claude Code

## Summary - Replace legacy Dockerfile with native Dagger `container.py` build - Two-stage pipeline: Elixir+Node builder, Debian slim runtime - Uses shared helpers (`clone_from_forge`, `oci_labels`) - Delete old Dockerfile (pipeline auto-discovers container.py) - Update build-container-image docs and mark service reviewed ## Test plan - [x] `dagger call build --src=. --container-name=teslamate` succeeds locally - [ ] CI container build passes - [ ] Deploy from branch and verify teslamate starts cleanly 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Replaces the legacy Dockerfile with a native Dagger pipeline using the shared
container helpers (clone_from_forge, oci_labels). Build verified locally.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
eblume merged commit 08c698e833 into main 2026-04-14 07:20:52 -07:00
Sign in to join this conversation.
No reviewers
No labels
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
eblume/blumeops!333
No description provided.