-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description: This changes adds the `ImageBuildSpec` built in type that can be used to build images in Kurtosis packages. eg. ``` def run(plan, args): plan.add_service( name="server", config=ServiceConfig( image=ImageBuildSpec( image_name="server", build_context_dir="./server", ), .... )) ``` ## Is this change user facing? YES
- Loading branch information
Showing
55 changed files
with
1,358 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.