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
+20-6
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.
Copy file name to clipboardExpand all lines: .tekton/fbc-builder.yaml
+10-6
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
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: fbc
7
7
pipelines.openshift.io/strategy: fbc
8
8
pipelines.openshift.io/used-by: build-cloud
9
9
name: fbc-builder
10
10
spec:
11
11
description: |
12
-
This pipeline is ideal for building and verifying [file-based catalogs](https://konflux-ci.dev/docs/advanced-how-tos/building-olm.adoc#building-the-file-based-catalog).
12
+
This pipeline is ideal for building and verifying [file-based catalogs](https://konflux-ci.dev/docs/end-to-end/building-olm/#building-the-file-based-catalog).
13
13
14
14
_Uses `buildah` to create a container image. Its build-time tests are limited to verifying the included catalog and do not scan the image.
15
15
This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/repository/konflux-ci/tekton-catalog/pipeline-fbc-builder?tab=tags)_
@@ -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.
37
38
name: build-platforms
38
39
type: array
39
40
- default: "true"
@@ -55,11 +56,13 @@ spec:
55
56
name: output-image
56
57
type: string
57
58
- default: .
58
-
description: Path to the source code of an application's component from where to build image.
59
+
description: Path to the source code of an application's component from where
60
+
to build image.
59
61
name: path-context
60
62
type: string
61
63
- default: Dockerfile
62
-
description: Path to the Dockerfile inside the context specified by parameter path-context
64
+
description: Path to the Dockerfile inside the context specified by parameter
65
+
path-context
63
66
name: dockerfile
64
67
type: string
65
68
- default: "false"
@@ -79,7 +82,8 @@ spec:
79
82
name: prefetch-input
80
83
type: string
81
84
- default: ""
82
-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
85
+
description: Image tag expiration time, time values could be something like 1h,
86
+
2d, 3w for hours, days, and weeks, respectively.
83
87
name: image-expires-after
84
88
- default: "true"
85
89
description: Add built image into an OCI image index
0 commit comments