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: template/customization/base-image.mdx
+88-4Lines changed: 88 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: "How to define a base image for your template"
4
4
icon: "1"
5
5
---
6
6
7
-
###Creating template
7
+
## Creating template
8
8
9
9
When creating a template, you can specify options:
10
10
@@ -28,7 +28,7 @@ template = Template(
28
28
29
29
**File ignoring**: The SDK automatically reads `.dockerignore` files and combines them with your `ignoreFilePaths`. Files matching these patterns are excluded from uploads and hash calculations.
30
30
31
-
###Defining base image
31
+
## Defining base image
32
32
Choose from predefined base images or use custom ones:
0 commit comments