Skip to content

Add lite image release build#93

Merged
Ulthran merged 1 commit into
masterfrom
codex/add-github-actions-workflow-for-lite-docker-image
Jan 31, 2026
Merged

Add lite image release build#93
Ulthran merged 1 commit into
masterfrom
codex/add-github-actions-workflow-for-lite-docker-image

Conversation

@Ulthran

@Ulthran Ulthran commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

Motivation

  • Provide an official lightweight Docker image built and pushed during releases, tagged as the semver -lite variant alongside the normal images.
  • Preserve the existing standard release image build and tagging behavior while adding the lite image flow.

Description

  • Modify .github/workflows/release.yml to add a new meta_lite metadata extraction step using docker/metadata-action@v5 that produces a type=semver,pattern={{version}}-lite tag.
  • Add a Build and push lite Docker image step that builds Dockerfile.lite and pushes tags/labels with docker/build-push-action@v6.
  • Keep the original metadata extraction and standard Dockerfile build/push steps unchanged.

Testing

  • No automated tests were executed because this change only updates a GitHub Actions workflow and does not modify application code.
  • The workflow still depends on the repository run-tests job and references it unchanged, so existing CI test behavior is preserved.

Codex Task

Copilot AI review requested due to automatic review settings January 31, 2026 20:32
@codecov

codecov Bot commented Jan 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.35%. Comparing base (aedc8ad) to head (a9f5265).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #93   +/-   ##
=======================================
  Coverage   46.35%   46.35%           
=======================================
  Files          13       13           
  Lines         563      563           
=======================================
  Hits          261      261           
  Misses        302      302           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Ulthran
Ulthran merged commit 905a134 into master Jan 31, 2026
13 checks passed
@Ulthran
Ulthran deleted the codex/add-github-actions-workflow-for-lite-docker-image branch January 31, 2026 20:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for building and publishing a lightweight Docker image variant during releases. The lite image uses Dockerfile.lite (which runs the app in Flask debug mode without database integration) and is tagged with a -lite suffix alongside the standard release images.

Changes:

  • Added a new metadata extraction step (meta_lite) that generates semver tags with -lite suffix
  • Added a build and push step for the lite Docker image using Dockerfile.lite
  • Preserved the existing standard Docker image build workflow unchanged

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants