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
description: Path to the source code of an application's component from where
72
-
to build image.
70
+
description: Path to the source code of an application's component from where to build image.
73
71
name: path-context
74
72
type: string
75
73
- default: Dockerfile
76
-
description: Path to the Dockerfile inside the context specified by parameter
77
-
path-context
74
+
description: Path to the Dockerfile inside the context specified by parameter path-context
78
75
name: dockerfile
79
76
type: string
80
77
- default: "false"
@@ -85,20 +82,19 @@ spec:
85
82
description: Skip checks against built image
86
83
name: skip-checks
87
84
type: string
88
-
- default: "false"
85
+
- default: "true"
89
86
description: Execute the build with network isolation
90
87
name: hermetic
91
88
type: string
92
89
- default: ""
93
90
description: Build dependencies to be prefetched by Cachi2
94
91
name: prefetch-input
95
92
type: string
96
-
- default: ""
97
-
description: Image tag expiration time, time values could be something like
98
-
1h, 2d, 3w for hours, days, and weeks, respectively.
93
+
- default: '{"type": "rpm", "path": "."}'
94
+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
99
95
name: image-expires-after
100
96
type: string
101
-
- default: "false"
97
+
- default: "true"
102
98
description: Build a source image.
103
99
name: build-source-image
104
100
type: string
@@ -115,16 +111,18 @@ spec:
115
111
name: build-args-file
116
112
type: string
117
113
- default: "false"
118
-
description: Whether to enable privileged mode, should be used only with remote
119
-
VMs
114
+
description: Whether to enable privileged mode, should be used only with remote VMs
120
115
name: privileged-nested
121
116
type: string
122
117
- default:
123
118
- linux/x86_64
124
-
description: List of platforms to build the container images on. The available
125
-
set of values is determined by the configuration of the multi-platform-controller.
119
+
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
126
120
name: build-platforms
127
121
type: array
122
+
- name: buildah-format
123
+
default: docker
124
+
type: string
125
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
0 commit comments