Create local testing container image - #85
Open
prozak wants to merge 1 commit into
Open
Conversation
This commit introduces a complete Docker-based development environment that enables local testing and matches the CI environment. Changes: - Dockerfile.dev: Development image with Haskell 9.6.4, Cabal, Alex, and Happy - docker-compose.yml: Easy-to-use compose configuration with user mapping to avoid root permission issues on created files - .dockerignore: Excludes build artifacts and cache from Docker context - DOCKER.md: Comprehensive Docker usage documentation - TESTING.md: Manual testing guide with troubleshooting - test-docker-setup.sh: Automated validation script - README.md: Updated with Docker quick start options Key Features: - Runs container as current user (not root) via UID/GID mapping - Persistent volumes for Cabal cache and build artifacts - Files created in container are owned by you, not root - Automated test script handles user setup correctly Benefits: - Consistent environment between local development and CI - No need to install Haskell toolchain locally - Faster onboarding for new contributors - No root-owned files in your workspace - Easy testing with './test-docker-setup.sh' This provides the foundation for future CI optimization using pre-built container images.
prozak
force-pushed
the
claude/docker-local-testing-011CUfGBYGZkjazM5DmG57Fo
branch
from
December 11, 2025 03:05
be5a6ff to
ee832f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.