-
Notifications
You must be signed in to change notification settings - Fork 46
Add: Dockerfiles for Packages #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds Docker containerization support for the iccDEV project, introducing two Dockerfiles to build and distribute iccDEV tools and libraries as container images. This aligns with issue #596 to create packages for the GitHub Container Registry.
Changes:
- Added multi-stage Dockerfile for Ubuntu-based builds with ASAN/UBSAN instrumentation
- Added Dockerfile.nixos for NixOS-based builds with wxWidgets support
- Configured containers with pre-built iccDEV tools and libraries accessible via PATH
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 13 comments.
| File | Description |
|---|---|
| Dockerfile | Multi-stage Ubuntu 26.04 build with Clang-18, ASAN, UBSAN, and automated test execution |
| Dockerfile.nixos | NixOS-based single-stage build using nix-shell with full dependency management |
Pull Request Checklist
#596