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
74
-
to build image.
71
+
description: Path to the source code of an application's component from where to build image.
75
72
name: path-context
76
73
type: string
77
74
- default: Dockerfile
78
-
description: Path to the Dockerfile inside the context specified by parameter
79
-
path-context
75
+
description: Path to the Dockerfile inside the context specified by parameter path-context
80
76
name: dockerfile
81
77
type: string
82
-
- default: "false"
78
+
- default: 'false'
83
79
description: Force rebuild image
84
80
name: rebuild
85
81
type: string
86
-
- default: "false"
82
+
- default: 'false'
87
83
description: Skip checks against built image
88
84
name: skip-checks
89
85
type: string
90
-
- default: "true"
86
+
- default: 'true'
91
87
description: Execute the build with network isolation
92
88
name: hermetic
93
89
type: string
94
-
- default: ""
90
+
- default: ''
95
91
description: Build dependencies to be prefetched by Cachi2
96
92
name: prefetch-input
97
93
type: string
98
-
- default: ""
99
-
description: Image tag expiration time, time values could be something like
100
-
1h, 2d, 3w for hours, days, and weeks, respectively.
94
+
- default: ''
95
+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
101
96
name: image-expires-after
102
-
- default: "true"
97
+
- default: 'true'
103
98
description: Build a source image.
104
99
name: build-source-image
105
100
type: string
106
-
- default: "true"
101
+
- default: 'true'
107
102
description: Add built image into an OCI image index
108
103
name: build-image-index
109
104
type: string
110
105
- default: []
111
106
description: Array of --build-arg values ("arg=value" strings) for buildah
112
107
name: build-args
113
108
type: array
114
-
- default: ""
109
+
- default: ''
115
110
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
116
111
name: build-args-file
117
112
type: string
@@ -120,21 +115,20 @@ spec:
120
115
- linux/arm64
121
116
- linux/ppc64le
122
117
- linux/s390x
123
-
description: List of platforms to build the container images on. The available
124
-
set of values is determined by the configuration of the multi-platform-controller.
118
+
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.
0 commit comments