Skip to content

Commit 4b8d82c

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ab8335f commit 4b8d82c

1 file changed

Lines changed: 27 additions & 9 deletions

File tree

.tekton/fbc-pipeline.yaml

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,18 @@ spec:
138138
default: 'true'
139139
description: Use the package registry proxy when prefetching dependencies
140140
type: string
141+
- name: source-date-epoch
142+
type: string
143+
default: ''
144+
description: Sets the image created time and the SOURCE_DATE_EPOCH build argument. On its own, it does not change file timestamps inside the layers (set rewrite-timestamp to "true" for that). Leave empty to keep the actual build time.
145+
- name: rewrite-timestamp
146+
type: string
147+
default: 'false'
148+
description: When "true", clamp file modification times in the image layers to at most source-date-epoch. Does nothing unless source-date-epoch is set.
149+
- name: omit-history
150+
type: string
151+
default: 'false'
152+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
141153
results:
142154
- description: ""
143155
name: IMAGE_URL
@@ -161,7 +173,7 @@ spec:
161173
- name: name
162174
value: init
163175
- name: bundle
164-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:5a423246792ac501ea279229b42ee57da9927da441c04b5c9ff86817b0856b08
176+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4.3@sha256:fb17ececc359d7e330395d6a562eacbf0089776697ffe1b10c08f91273e6b2c0
165177
- name: kind
166178
value: task
167179
resolver: bundles
@@ -182,7 +194,7 @@ spec:
182194
- name: name
183195
value: git-clone-oci-ta
184196
- name: bundle
185-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.2@sha256:12cbcf0b408e906f84e7eb3c62c6cd618e2b1f78a40218e10940fbaf2c45455d
197+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.2.5@sha256:d5f39d5a89e8073774bac1a9b9013709c5931921dd4fb1cf662f800e6c5c9ee7
186198
- name: kind
187199
value: task
188200
resolver: bundles
@@ -194,7 +206,7 @@ spec:
194206
- name: input
195207
value: $(params.prefetch-input)
196208
- name: SOURCE_ARTIFACT
197-
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
209+
value: $(tasks.fbc-inject-lifecycle.results.SOURCE_ARTIFACT)
198210
- name: ociStorage
199211
value: $(params.output-image).prefetch
200212
- name: ociArtifactExpiresAfter
@@ -208,7 +220,7 @@ spec:
208220
- name: name
209221
value: prefetch-dependencies-oci-ta
210222
- name: bundle
211-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3@sha256:92956e75cd4714286f9c0c043f5301d1c0df1d750884edeceee87e0a91cc1975
223+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.6.0@sha256:99611be897902ed47741f143d4ca40d0375d4e920a7142142d359953ce25cd33
212224
- name: kind
213225
value: task
214226
resolver: bundles
@@ -253,14 +265,20 @@ spec:
253265
value: $(tasks.init.results.http-proxy)
254266
- name: NO_PROXY
255267
value: $(tasks.init.results.no-proxy)
268+
- name: SOURCE_DATE_EPOCH
269+
value: $(params.source-date-epoch)
270+
- name: REWRITE_TIMESTAMP
271+
value: $(params.rewrite-timestamp)
272+
- name: OMIT_HISTORY
273+
value: $(params.omit-history)
256274
runAfter:
257275
- clone-repository
258276
taskRef:
259277
params:
260278
- name: name
261279
value: buildah-remote-oci-ta
262280
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10@sha256:c77892be9e7217b9baa9abdbaf432c16ee49c30601b6b25cfbc9d704295c58ef
281+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10.5@sha256:eb277ec7b44443f0506a60ac940a2e52178d60f17cb0f51a6966daed5b3755de
264282
- name: kind
265283
value: task
266284
resolver: bundles
@@ -280,7 +298,7 @@ spec:
280298
- name: name
281299
value: build-image-index
282300
- name: bundle
283-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3@sha256:70c52e88e737340e7b58418fda38c13273aa7cdf587b825778e3560aca1d1133
301+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3.1@sha256:cc75f64deecccb1b59e96ac1182665a5342d79c9e22eebff63d26b0f00a4319c
284302
- name: kind
285303
value: task
286304
resolver: bundles
@@ -297,7 +315,7 @@ spec:
297315
- name: name
298316
value: deprecated-image-check
299317
- name: bundle
300-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e
318+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:0ccc688a77e9b7b0b8973c132a1e840844137e77f887be4a0bec8893b0776872
301319
- name: kind
302320
value: task
303321
resolver: bundles
@@ -319,7 +337,7 @@ spec:
319337
- name: name
320338
value: apply-tags
321339
- name: bundle
322-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:3ab844157eccd68e95e4852adc06c3c4ea674edb7865a474b0a898227f2893d6
340+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:6387614ae4f9efa8abb7c4175db0ce5d958bc2b90665b4704880e46fbe0535bf
323341
- name: kind
324342
value: task
325343
resolver: bundles
@@ -336,7 +354,7 @@ spec:
336354
- name: name
337355
value: validate-fbc
338356
- name: bundle
339-
value: quay.io/konflux-ci/tekton-catalog/task-validate-fbc:0.1@sha256:855ac0d3e01755cfcc9854d4e47fed2a655fd7ca259adf4e403ab5b658333313
357+
value: quay.io/konflux-ci/tekton-catalog/task-validate-fbc:0.2@sha256:8988a61a5680521d583dc3a4c7d378529337ac99cf521e38a2786b99824f64f6
340358
- name: kind
341359
value: task
342360
resolver: bundles

0 commit comments

Comments
 (0)