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.
@@ -50,13 +56,11 @@ spec:
50
56
name: output-image
51
57
type: string
52
58
- default: .
53
-
description: Path to the source code of an application's component from where
54
-
to build image.
59
+
description: Path to the source code of an application's component from where to build image.
55
60
name: path-context
56
61
type: string
57
62
- default: Dockerfile
58
-
description: Path to the Dockerfile inside the context specified by parameter
59
-
path-context
63
+
description: Path to the Dockerfile inside the context specified by parameter path-context
60
64
name: dockerfile
61
65
type: string
62
66
- default: "false"
@@ -76,8 +80,7 @@ spec:
76
80
name: prefetch-input
77
81
type: string
78
82
- default: ""
79
-
description: Image tag expiration time, time values could be something like
80
-
1h, 2d, 3w for hours, days, and weeks, respectively.
83
+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
81
84
name: image-expires-after
82
85
type: string
83
86
- default: "false"
@@ -97,14 +100,12 @@ spec:
97
100
name: build-args-file
98
101
type: string
99
102
- default: "false"
100
-
description: Whether to enable privileged mode, should be used only with remote
101
-
VMs
103
+
description: Whether to enable privileged mode, should be used only with remote VMs
102
104
name: privileged-nested
103
105
type: string
104
106
- default:
105
107
- linux/x86_64
106
-
description: List of platforms to build the container images on. The available
107
-
set of values is determined by the configuration of the multi-platform-controller.
108
+
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.
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.
@@ -47,13 +53,11 @@ spec:
47
53
name: output-image
48
54
type: string
49
55
- default: .
50
-
description: Path to the source code of an application's component from where
51
-
to build image.
56
+
description: Path to the source code of an application's component from where to build image.
52
57
name: path-context
53
58
type: string
54
59
- default: Dockerfile
55
-
description: Path to the Dockerfile inside the context specified by parameter
56
-
path-context
60
+
description: Path to the Dockerfile inside the context specified by parameter path-context
57
61
name: dockerfile
58
62
type: string
59
63
- default: "false"
@@ -73,8 +77,7 @@ spec:
73
77
name: prefetch-input
74
78
type: string
75
79
- default: ""
76
-
description: Image tag expiration time, time values could be something like
77
-
1h, 2d, 3w for hours, days, and weeks, respectively.
80
+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
78
81
name: image-expires-after
79
82
type: string
80
83
- default: "false"
@@ -94,14 +97,12 @@ spec:
94
97
name: build-args-file
95
98
type: string
96
99
- default: "false"
97
-
description: Whether to enable privileged mode, should be used only with remote
98
-
VMs
100
+
description: Whether to enable privileged mode, should be used only with remote VMs
99
101
name: privileged-nested
100
102
type: string
101
103
- default:
102
104
- linux/x86_64
103
-
description: List of platforms to build the container images on. The available
104
-
set of values is determined by the configuration of the multi-platform-controller.
105
+
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