Skip to content

Conversation

@pditommaso
Copy link
Contributor

Summary

  • Add --pixi-build-image option for specifying the Pixi builder image
  • Add --pixi-base-image option for specifying the final container base image
  • Add --pixi-base-packages option for specifying base packages
  • Add --pixi-run-command option for custom Dockerfile RUN commands
  • Bump wave-api and wave-utils to 1.31.2 for PixiOpts support

Test plan

  • Unit tests added in AppPixiOptsTest.groovy
  • All existing tests pass
  • Manual testing with actual Pixi container builds

🤖 Generated with Claude Code

pditommaso and others added 2 commits December 17, 2025 19:55
Add support for Pixi build customization when building conda-based containers:
- --pixi-build-image: Pixi builder image for package installation
- --pixi-base-image: Base image for the final container
- --pixi-base-packages: Base packages to include
- --pixi-run-command: Custom Dockerfile RUN commands

These options are passed via PixiOpts when building with conda packages
or conda files, allowing users to customize Pixi-based container builds.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso merged commit 330377b into master Dec 17, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants