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/docker-build.yaml
+22-27Lines changed: 22 additions & 27 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:null
4
+
creationTimestamp:
5
5
labels:
6
6
pipelines.openshift.io/runtime: generic
7
7
pipelines.openshift.io/strategy: docker
@@ -33,8 +33,7 @@ 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
37
-
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 set of values is determined by the configuration of the multi-platform-controller.
Copy file name to clipboardExpand all lines: .tekton/fbc-builder.yaml
+15-19Lines changed: 15 additions & 19 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:null
4
+
creationTimestamp:
5
5
labels:
6
6
pipelines.openshift.io/runtime: fbc
7
7
pipelines.openshift.io/strategy: fbc
@@ -33,8 +33,7 @@ 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
37
-
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 set of values is determined by the configuration of the multi-platform-controller.
38
37
name: build-platforms
39
38
type: array
40
39
- default: "true"
@@ -56,13 +55,11 @@ spec:
56
55
name: output-image
57
56
type: string
58
57
- default: .
59
-
description: Path to the source code of an application's component from where
60
-
to build image.
58
+
description: Path to the source code of an application's component from where to build image.
61
59
name: path-context
62
60
type: string
63
61
- default: Dockerfile
64
-
description: Path to the Dockerfile inside the context specified by parameter
65
-
path-context
62
+
description: Path to the Dockerfile inside the context specified by parameter path-context
66
63
name: dockerfile
67
64
type: string
68
65
- default: "false"
@@ -82,8 +79,7 @@ spec:
82
79
name: prefetch-input
83
80
type: string
84
81
- default: ""
85
-
description: Image tag expiration time, time values could be something like 1h,
86
-
2d, 3w for hours, days, and weeks, respectively.
82
+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
87
83
name: image-expires-after
88
84
- default: "true"
89
85
description: Add built image into an OCI image index
0 commit comments