You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EXAMPLES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Runnable examples live in [`examples/`](./examples).
14
14
<aid="blueprint-with-build-context"></a>
15
15
## Blueprint with Build Context
16
16
17
-
**Use case:** Create a blueprint using the object store to provide docker build context files, then verify files are copied into the image.
17
+
**Use case:** Create a blueprint using the object store to provide docker build context files, then verify files are copied into the image. Uses the async SDK.
Copy file name to clipboardExpand all lines: examples/blueprint_with_build_context.py
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
---
4
4
title: Blueprint with Build Context
5
5
slug: blueprint-with-build-context
6
-
use_case: Create a blueprint using the object store to provide docker build context files, then verify files are copied into the image.
6
+
use_case: Create a blueprint using the object store to provide docker build context files, then verify files are copied into the image. Uses the async SDK.
7
7
workflow:
8
8
- Create a temporary directory with sample application files
9
9
- Upload the directory to object storage as build context
@@ -17,6 +17,7 @@
17
17
- build-context
18
18
- devbox
19
19
- cleanup
20
+
- async
20
21
prerequisites:
21
22
- RUNLOOP_API_KEY
22
23
run: uv run python -m examples.blueprint_with_build_context
0 commit comments