Skip to content

Comments

feat: add Docker support; update CI/CD, docs, and bootstrap#15

Merged
Pymetheus merged 1 commit intomainfrom
develop
Feb 13, 2026
Merged

feat: add Docker support; update CI/CD, docs, and bootstrap#15
Pymetheus merged 1 commit intomainfrom
develop

Conversation

@Pymetheus
Copy link
Owner

Description

Introduce a docker/ directory (multi-stage Dockerfile and docker-compose.yml) and wire containerization into CI/CD and docs. Update GitHub Actions: bootstrap.yml updates package/distribution placeholders and yq version; ci.yml adds a build-docker job and a container smoke test; cd.yml adds attestations permission and includes a commented publish-docker job for GHCR. Adjust .dockerignore to exclude docker context and add repository metadata files. Revise README and docs/ to document containerization, CI/CD changes, and checklist items. Small runtime change: disable writing logs to disk in src package_name/main.py (setup_logging write_to_disk=False).

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Related Issue

no issue

Changes Made

  • Introduce a docker/ directory (multi-stage Dockerfile and docker-compose.yml)
  • Update GitHub Actions with build-docker job and push to GHCR
  • Revise README and docs/ to document containerization, CI/CD changes, and checklist items.

Testing

Describe how you tested your changes:

  • Unit tests pass
  • Integration tests pass
  • Manual testing performed

Screenshots (if applicable)

Add screenshots to help explain your changes.

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Context

Add any other context about the PR here.

Introduce a docker/ directory (multi-stage Dockerfile and docker-compose.yml) and wire containerization into CI/CD and docs. Update GitHub Actions: bootstrap.yml updates package/distribution placeholders and yq version; ci.yml adds a build-docker job and a container smoke test; cd.yml adds attestations permission and includes a commented publish-docker job for GHCR. Adjust .dockerignore to exclude docker context and add repository metadata files. Revise README and docs/ to document containerization, CI/CD changes, and checklist items. Small runtime change: disable writing logs to disk in src package_name/main.py (setup_logging write_to_disk=False).
@github-actions github-actions bot added the feature Types: New functionality requested or planned label Feb 13, 2026
@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Pymetheus Pymetheus merged commit a1ee3c0 into main Feb 13, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Types: New functionality requested or planned

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant