Skip to content

Conversation

@xsscx
Copy link
Member

@xsscx xsscx commented Feb 11, 2026

Pull Request Checklist

#596

  • Have you followed the guidelines in Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you built your Pull Request locally with the Build Instructions?
  • Have you added or updated relevant tests?
  • Have you added or updated relevant docs?

@xsscx xsscx requested a review from ChrisCoxArt February 11, 2026 18:57
@xsscx xsscx self-assigned this Feb 11, 2026
Copilot AI review requested due to automatic review settings February 11, 2026 18:57
@xsscx xsscx added PR Pull Request Merge Ready Maintainer indicates Merge Ready Docker Docker Information CI labels Feb 11, 2026
@xsscx xsscx linked an issue Feb 11, 2026 that may be closed by this pull request
Copy link
Contributor

Copilot AI left a 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

@xsscx xsscx added Test Status Maintainer indicates TEST Status and removed Merge Ready Maintainer indicates Merge Ready labels Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Docker Docker Information PR Pull Request Test Status Maintainer indicates TEST Status

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add: Dockerfile Configs for Packages

1 participant