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/operator-bundle-tech-preview-pull-request.yaml
+34-16Lines changed: 34 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,18 @@ spec:
109
109
type: string
110
110
default: .
111
111
description: Target directories to scan with SAST tools. Multiple values should be separated with commas.
112
+
- name: source-date-epoch
113
+
type: string
114
+
default: ''
115
+
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.
116
+
- name: rewrite-timestamp
117
+
type: string
118
+
default: 'false'
119
+
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.
120
+
- name: omit-history
121
+
type: string
122
+
default: 'false'
123
+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
Copy file name to clipboardExpand all lines: .tekton/operator-bundle-tech-preview-push.yaml
+34-16Lines changed: 34 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,18 @@ spec:
108
108
type: string
109
109
default: .
110
110
description: Target directories to scan with SAST tools. Multiple values should be separated with commas.
111
+
- name: source-date-epoch
112
+
type: string
113
+
default: ''
114
+
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.
115
+
- name: rewrite-timestamp
116
+
type: string
117
+
default: 'false'
118
+
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.
119
+
- name: omit-history
120
+
type: string
121
+
default: 'false'
122
+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
0 commit comments