What problem does it solve?
This Skill streamlines the local development workflow by automating the process of building container images with Podman and running tests within them, ensuring code quality before deployment.
Core Features & Use Cases
- Container Image Building: Builds container images using Podman from a specified Containerfile or Dockerfile.
- Automated Testing: Executes predefined test commands within the built container.
- Health Checks: Performs a health check on the running container.
- Resource Cleanup: Optionally removes the container after testing.
- Use Case: When you've made changes to your application's container configuration, use this Skill to quickly build the image locally and run your test suite to verify the changes without needing a full CI/CD pipeline.
Quick Start
Build the container image for the current repository, tag it as 'my-app:latest', and run the tests.