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/fbc-pipeline.yaml
+27-9Lines changed: 27 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,18 @@ spec:
138
138
default: 'true'
139
139
description: Use the package registry proxy when prefetching dependencies
140
140
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.
0 commit comments