Skip to content

Cookbook Recipes

Short, focused how-to guides for specific integration scenarios and workflows.

Available Recipes

Docker Integration

Use FlavorPack packages in Docker containers.

View Recipe →

Learn how to: - Create minimal Docker images - Use multi-stage builds - Configure volume mounts - Set up Docker Compose

Time: 10 minutes Difficulty: Beginner


CI/CD Pipelines

Automate packaging in continuous integration.

View Recipe →

Learn how to: - Set up GitHub Actions - Configure GitLab CI - Use CircleCI - Manage artifacts

Time: 15 minutes Difficulty: Intermediate


Coming Soon

More recipes are in development:

  • Multi-Platform Builds - Cross-compile for all platforms
  • Cloud Deployment - Deploy to AWS, GCP, Azure
  • Testing Strategies - Test packages before release

Using These Recipes

Each recipe provides:

  1. Problem statement - What scenario this solves
  2. Complete solution - Working code and configuration
  3. Variations - Different approaches for different needs
  4. Best practices - Tips from real-world usage

Recipe vs Example?

Recipes are short, focused how-tos for specific integrations. Examples are complete applications showing end-to-end packaging.

Choose recipes when you want to: - Integrate with a specific tool (Docker, CI/CD) - Learn a specific technique - Find a quick solution

Choose examples when you want to: - See a complete application - Learn packaging from scratch - Follow a tutorial


Get started: Try the Docker Integration Recipe!