Skip to content

Set up Docker build and GitHub Actions pipeline - #1

Merged
hobofan merged 1 commit into
mainfrom
claude/docker-github-actions-setup-YLYiu
Jan 11, 2026
Merged

Set up Docker build and GitHub Actions pipeline#1
hobofan merged 1 commit into
mainfrom
claude/docker-github-actions-setup-YLYiu

Conversation

@hobofan

@hobofan hobofan commented Jan 11, 2026

Copy link
Copy Markdown
Contributor

Related Linear issue: ERMAIN-83

  • Add Dockerfile with multi-stage build using cargo-chef for optimized builds
  • Install Chromium and all required dependencies for browser automation
  • Add GitHub Actions workflow for building and pushing Docker images
  • Support multi-architecture builds (amd64 and arm64) using Blacksmith builders
  • Push images to Harbor registry (harbor.imassage.me)
  • Create multi-arch manifests for seamless deployment
  • Include Dockerfile linting with Hadolint
  • Add Rust code quality checks (clippy) and tests
  • Automated GitHub releases for tagged versions
  • Add .dockerignore to optimize build context
  • Add .hadolint.yaml for Dockerfile linting configuration

The workflow follows the same pattern as EratoLab/erato backend builds with:

  • Separate jobs for amd64 and arm64 builds
  • Quality checks (linting, clippy, tests) before building
  • Registry authentication using GitHub secrets
  • Support for both SHA-based and semver tags

@hobofan
hobofan force-pushed the claude/docker-github-actions-setup-YLYiu branch 2 times, most recently from 6330208 to 40b795d Compare January 11, 2026 18:46
- Add Dockerfile with multi-stage build using cargo-chef for optimized builds
- Install Chromium and all required dependencies for browser automation
- Add GitHub Actions workflow for building and pushing Docker images
- Support multi-architecture builds (amd64 and arm64) using Blacksmith builders
- Push images to Harbor registry (harbor.imassage.me)
- Create multi-arch manifests for seamless deployment
- Include Dockerfile linting with Hadolint
- Add Rust code quality checks (clippy) and tests
- Automated GitHub releases for tagged versions
- Add .dockerignore to optimize build context
- Add .hadolint.yaml for Dockerfile linting configuration

The workflow follows the same pattern as EratoLab/erato backend builds with:
- Separate jobs for amd64 and arm64 builds
- Quality checks (linting, clippy, tests) before building
- Registry authentication using GitHub secrets
- Support for both SHA-based and semver tags
@hobofan
hobofan force-pushed the claude/docker-github-actions-setup-YLYiu branch from 40b795d to 956eb41 Compare January 11, 2026 18:57
@hobofan
hobofan merged commit 36cd8f2 into main Jan 11, 2026
6 checks passed
@hobofan
hobofan deleted the claude/docker-github-actions-setup-YLYiu branch May 3, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant