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: .tekton/build-pipeline.yaml
+21-56Lines changed: 21 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,13 @@ spec:
20
20
name: output-image
21
21
type: string
22
22
- default: .
23
-
description: Path to the source code of an application's component from where
24
-
to build image.
23
+
description: Path to the source code of an application's component from where to build image.
25
24
name: path-context
26
25
type: string
27
26
- default: Dockerfile
28
-
description: Path to the Dockerfile inside the context specified by parameter
29
-
path-context
27
+
description: Path to the Dockerfile inside the context specified by parameter path-context
30
28
name: dockerfile
31
29
type: string
32
-
- default: "false"
33
-
description: Force rebuild image
34
-
name: rebuild
35
-
type: string
36
30
- default: "false"
37
31
description: Skip checks against built image
38
32
name: skip-checks
@@ -46,8 +40,7 @@ spec:
46
40
name: prefetch-input
47
41
type: string
48
42
- default: ""
49
-
description: Image tag expiration time, time values could be something like
50
-
1h, 2d, 3w for hours, days, and weeks, respectively.
43
+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
51
44
name: image-expires-after
52
45
type: string
53
46
- default: "false"
@@ -59,8 +52,7 @@ spec:
59
52
name: build-image-index
60
53
type: string
61
54
- default: docker
62
-
description: The format for the resulting image's mediaType. Valid values are
63
-
oci or docker.
55
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
64
56
name: buildah-format
65
57
type: string
66
58
- default: "false"
@@ -75,14 +67,12 @@ spec:
75
67
name: build-args-file
76
68
type: string
77
69
- default: "false"
78
-
description: Whether to enable privileged mode, should be used only with remote
79
-
VMs
70
+
description: Whether to enable privileged mode, should be used only with remote VMs
80
71
name: privileged-nested
81
72
type: string
82
73
- default:
83
74
- linux/x86_64
84
-
description: List of platforms to build the container images on. The available
85
-
set of values is determined by the configuration of the multi-platform-controller.
75
+
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