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/bundle-build.yaml
+19-13Lines changed: 19 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
apiVersion: tekton.dev/v1
2
2
kind: Pipeline
3
3
metadata:
4
-
creationTimestamp:
4
+
creationTimestamp:null
5
5
labels:
6
6
pipelines.openshift.io/runtime: generic
7
7
pipelines.openshift.io/strategy: docker
@@ -41,7 +41,8 @@ spec:
41
41
name: build-source-image
42
42
type: string
43
43
- default: "false"
44
-
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
44
+
description: 'Enable in-development package managers. WARNING: the behavior may
45
+
change at any time without notice. Use at your own risk.'
45
46
name: prefetch-input-dev-package-managers
46
47
- default: []
47
48
description: Additional image tags
@@ -58,11 +59,13 @@ spec:
58
59
name: output-image
59
60
type: string
60
61
- default: .
61
-
description: Path to the source code of an application's component from where to build image.
62
+
description: Path to the source code of an application's component from where
63
+
to build image.
62
64
name: path-context
63
65
type: string
64
66
- default: Dockerfile
65
-
description: Path to the Dockerfile inside the context specified by parameter path-context
67
+
description: Path to the Dockerfile inside the context specified by parameter
68
+
path-context
66
69
name: dockerfile
67
70
type: string
68
71
- default: "false"
@@ -82,7 +85,8 @@ spec:
82
85
name: prefetch-input
83
86
type: string
84
87
- default: ""
85
-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
88
+
description: Image tag expiration time, time values could be something like 1h,
89
+
2d, 3w for hours, days, and weeks, respectively.
86
90
name: image-expires-after
87
91
type: string
88
92
- default: []
@@ -94,12 +98,14 @@ spec:
94
98
name: build-args-file
95
99
type: string
96
100
- default: "false"
97
-
description: Whether to enable privileged mode, should be used only with remote VMs
101
+
description: Whether to enable privileged mode, should be used only with remote
102
+
VMs
98
103
name: privileged-nested
99
104
type: string
100
105
- default:
101
106
- linux/x86_64
102
-
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.
107
+
description: List of platforms to build the container images on. The available
108
+
set of values is determined by the configuration of the multi-platform-controller.
Copy file name to clipboardExpand all lines: .tekton/docker-build.yaml
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
apiVersion: tekton.dev/v1
2
2
kind: Pipeline
3
3
metadata:
4
-
creationTimestamp:
4
+
creationTimestamp:null
5
5
labels:
6
6
pipelines.openshift.io/runtime: generic
7
7
pipelines.openshift.io/strategy: docker
@@ -33,7 +33,8 @@ spec:
33
33
- linux/arm64
34
34
- linux/ppc64le
35
35
- linux/s390x
36
-
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.
36
+
description: List of platforms to build the container images on. The available
37
+
set of values is determined by the configuration of the multi-platform-controller.
0 commit comments