Set Up a Package Recipe
import { Steps } from ‘@astrojs/starlight/components’;
Package recipes define how software packages are built. This guide helps you create your first recipe.
Choose your recipe type
Section titled “Choose your recipe type”| Type | Best for | Auto-updates? |
|---|---|---|
| Dynamic | Browsers, Office, regularly updated software | Yes — new versions are detected automatically |
| Static | Internal tools, custom software, one-time builds | No — fixed version and configuration |
Create a Dynamic Recipe
Section titled “Create a Dynamic Recipe”-
Navigate to Package Recipes
Go to packagery > Package Recipes > Dynamic Recipes and click + New.
-
Select software from the catalog
Choose the software product from the updatery catalog dropdown. Only software that is tracked in the catalog can be used for dynamic recipes.
-
Configure the recipe
- Organizational Unit (OU): Select the target OU (e.g., “Shared”)
- Platform: Choose the target platform (Client, Server, Client & Server, or VDI)
- Configuration Profile: Assign a configuration profile that controls naming, structure, and PSADT settings
- Optional: Set language and architecture preferences
-
Save as Draft
The recipe is created with status Draft. Review all settings before activating.
-
Activate the recipe
Change the status from Draft to Active. Only active recipes can be ordered for package builds.
Create a Static Recipe
Section titled “Create a Static Recipe”-
Navigate to Static Recipes
Go to packagery > Package Recipes > Static Recipes and click New.
-
Define the package
Specify the exact software name, version, and all build parameters. Unlike dynamic recipes, static recipes use a fixed configuration.
-
Configure and save
Assign a configuration profile and save. Static recipes can be ordered immediately after creation.
Using Templates
Section titled “Using Templates”Instead of starting from scratch, you can create a dynamic recipe from a Template:
- Go to the Templates tab in Dynamic Recipes
- Select a preconfigured template
- Adjust the pre-filled values as needed
- Save your new recipe