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
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -51,13 +84,11 @@ spec:
51
84
name: output-image
52
85
type: string
53
86
- default: .
54
-
description: Path to the source code of an application's component from where
55
-
to build image.
87
+
description: Path to the source code of an application's component from where to build image.
56
88
name: path-context
57
89
type: string
58
90
- default: Dockerfile
59
-
description: Path to the Dockerfile inside the context specified by parameter
60
-
path-context
91
+
description: Path to the Dockerfile inside the context specified by parameter path-context
61
92
name: dockerfile
62
93
type: string
63
94
- default: "false"
@@ -73,8 +104,7 @@ spec:
73
104
name: prefetch-input
74
105
type: string
75
106
- default: ""
76
-
description: Image tag expiration time, time values could be something like
77
-
1h, 2d, 3w for hours, days, and weeks, respectively.
107
+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
78
108
name: image-expires-after
79
109
type: string
80
110
- default: "false"
@@ -86,21 +116,9 @@ spec:
86
116
name: build-image-index
87
117
type: string
88
118
- default: docker
89
-
description: The format for the resulting image's mediaType. Valid values are
90
-
oci or docker.
119
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
91
120
name: buildah-format
92
121
type: string
93
-
- default: "false"
94
-
description: Enable cache proxy configuration
95
-
name: enable-cache-proxy
96
-
- default: "true"
97
-
description: Use the package registry proxy when prefetching dependencies
98
-
name: enable-package-registry-proxy
99
-
- default: .
100
-
description: Target directories in component's source code to scan with SAST
101
-
tools. Multiple values should be separated with commas.
102
-
name: sast-target-dirs
103
-
type: string
104
122
- default: []
105
123
description: Array of --build-arg values ("arg=value" strings) for buildah
106
124
name: build-args
@@ -110,16 +128,26 @@ spec:
110
128
name: build-args-file
111
129
type: string
112
130
- default: "false"
113
-
description: Whether to enable privileged mode, should be used only with remote
114
-
VMs
131
+
description: Whether to enable privileged mode, should be used only with remote VMs
115
132
name: privileged-nested
116
133
type: string
117
134
- default:
118
135
- linux/x86_64
119
-
description: List of platforms to build the container images on. The available
120
-
set of values is determined by the configuration of the multi-platform-controller.
136
+
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.
121
137
name: build-platforms
122
138
type: array
139
+
- name: enable-cache-proxy
140
+
default: 'false'
141
+
description: Enable cache proxy configuration
142
+
type: string
143
+
- name: enable-package-registry-proxy
144
+
default: 'true'
145
+
description: Use the package registry proxy when prefetching dependencies
146
+
type: string
147
+
- name: sast-target-dirs
148
+
type: string
149
+
default: .
150
+
description: Target directories to scan with SAST tools. Multiple values should be separated with commas.
0 commit comments